-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.2 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
{
"name": "pg.progress-bars",
"version": "0.0.1",
"description": "Multiple progress bars module for angular js",
"repository": {
"type": "git",
"url": "https://github.com/PSDCoder/progress-bars"
},
"main": "dist/pg.progress-bars.js",
"directories": {
"test": "test"
},
"devDependencies": {
"del": "~1.2.0",
"gulp": "~3.9.0",
"gulp-autoprefixer": "~2.3.1",
"gulp-bump": "~0.3.1",
"gulp-concat": "~2.6.0",
"gulp-git": "~0.5.1",
"gulp-header": "~1.2.2",
"gulp-jshint": "~1.11.0",
"gulp-karma": "~0.0.4",
"gulp-less": "~3.0.3",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-ng-annotate": "~1.0.0",
"gulp-notify": "~2.2.0",
"gulp-open": "~0.3.2",
"gulp-plumber": "~1.0.1",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~1.2.0",
"gulp-webserver": "^0.9.1",
"jshint-stylish": "~2.0.1",
"karma": "~0.12.37",
"karma-jasmine": "~0.3.5",
"karma-phantomjs-launcher": "~0.2.0",
"karma-spec-reporter": "~0.0.19"
},
"scripts": {
"test": "./node_modules/.bin/gulp test"
},
"keywords": [
"progress",
"bar",
"angular",
"pg"
],
"author": "Pavel Grinchenko <[email protected]>",
"license": "MIT"
}