-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
{
"name": "ng-promise-status",
"version": "0.1.3",
"description": "A collection of promise-aware Angular.js directives and UI elements",
"repository": "[email protected]:BarakChamo/ng-promise-status.git",
"main": "dist/directive.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test"
},
"keywords": [
"angularjs",
"angular",
"directive",
"promise-status"
],
"author": "Barak Chamo",
"license": "MIT",
"devDependencies": {
"del": "^0.1.3",
"event-stream": "^3.1.7",
"gulp": "^3.8.8",
"gulp-angular-templatecache": "^1.4.2",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.0.6",
"gulp-header": "^1.1.1",
"gulp-jshint": "^1.8.5",
"gulp-karma": "0.0.4",
"gulp-less": "^1.3.6",
"gulp-minify-css": "^0.3.10",
"gulp-minify-html": "^0.1.5",
"gulp-open": "^0.3.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-wrapper": "^1.0.0",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-commonjs": "0.0.13",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"mversion": "^1.6.0"
}
}