-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
54 lines (54 loc) · 1.45 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@loadingio/loading-bar",
"version": "0.1.1",
"description": " ====== Progress Bar Library by loading.io ====== ",
"main": "lib/loading-bar.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loadingio/loading-bar.git"
},
"keywords": [
"progress-bar"
],
"author": "tkirby",
"license": "MIT",
"bugs": {
"url": "https://github.com/loadingio/loading-bar/issues"
},
"devDependencies": {
"LiveScript": ">=1.2.0",
"browserify": "^13.1.1",
"browserify-livescript": "git+https://github.com/ceremcem/browserify-livescript.git",
"globby": "^6.1.0",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-flatten": "^0.3.1",
"gulp-if-else": "^1.0.3",
"gulp-pug": "^3.3.0",
"gulp-stylus": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-tap": "^1.0.1",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"node-notifier": "^5.1.2",
"optimize-js": "^1.0.3",
"run-sequence": "^2.1.0",
"touch": "^3.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"gulp-livescript": "^3.0.1",
"gulp-zip": "^4.0.0",
"uglify-js": "=3.2.0",
"uglifycss": "0.0.29",
"watchify": "^3.9.0"
},
"homepage": "https://github.com/loadingio/loading-bar#readme",
"dependencies": {
"gulp-remove-files": "0.0.3"
}
}