forked from ehpc/bootstrap-waitingfor
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 911 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "bootstrap-waitingfor",
"version": "1.2.3",
"description": "Waiting for dialog with progress bar for Bootstrap",
"main": "build/bootstrap-waitingfor.js",
"dependencies": {},
"devDependencies": {
"chai": "3.2.0",
"gulp": "3.9.0",
"gulp-jscs": "2.0.0",
"gulp-jshint": "1.11.2",
"gulp-rename": "1.2.2",
"gulp-uglify": "1.4.0",
"mocha": "2.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ehpc/bootstrap-waitingfor.git"
},
"keywords": [
"waiting",
"dialog",
"progress",
"bar",
"boostrap"
],
"author": "Eugene Maslovich <[email protected]> (http://ehpc.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ehpc/bootstrap-waitingfor/issues"
},
"homepage": "https://github.com/ehpc/bootstrap-waitingfor#readme"
}