-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "ion-radial-progress",
"version": "0.0.0",
"description": "Radial progress bar for ionic",
"main": "gulpfile.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/tgarlanger/ion-radial-progress.git"
},
"keywords": [
"ionic",
"progress",
"bar",
"angular",
"ui"
],
"author": "Tony Garlanger <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tgarlanger/ion-radial-progress/issues"
},
"homepage": "https://github.com/tgarlanger/ion-radial-progress",
"devDependencies": {
"bower": "^1.3.12",
"gulp": "^3.8.10",
"gulp-clean": "^0.3.1",
"gulp-compressor": "^0.1.0",
"gulp-ignore": "^1.2.1",
"gulp-jshint": "^1.9.0",
"gulp-karma": "0.0.4",
"gulp-minify-css": "^0.3.11",
"gulp-ng-annotate": "^0.3.4",
"gulp-sass": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-watch": "^1.1.0",
"jasmine": "^2.0.1",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.24",
"karma-jasmine": "^0.2.3",
"karma-phantomjs-launcher": "^0.1.4",
"ng-annotate": "^0.11.0",
"phantomjs": "^1.9.12"
}
}