forked from atticoos/gulp-ng-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.01 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
{
"name": "gulp-ng-config",
"version": "1.0.0",
"description": "AngularJS configuration generator for a module of constants",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"keywords": [
"gulp",
"grunt",
"config",
"constant",
"angular",
"angularjs",
"ng",
"gulpfriendly",
"gulpplugin"
],
"repository": {
"type": "git",
"url": "https://github.com/ajwhite/gulp-ng-config.git"
},
"author": "Atticus White",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajwhite/gulp-ng-config/issues"
},
"homepage": "https://github.com/ajwhite/gulp-ng-config",
"dependencies": {
"gulp-util": "^3.0.0",
"lodash": "^3.0.1",
"through2": "^1.1.1"
},
"devDependencies": {
"chai": "^1.9.1",
"chai-spies": "^0.5.1",
"event-stream": "^3.1.7",
"gulp": "^3.8.7",
"gulp-jscs": "^1.3.1",
"gulp-jshint": "^1.8.4",
"gulp-mocha": "^1.1.0",
"jshint-stylish": "^0.4.0",
"mocha": "^1.21.4",
"vinyl": "^0.4.3"
}
}