forked from atticoos/gulp-ng-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.12 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
{
"name": "gulp-ng-config",
"version": "1.4.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.8",
"js-yaml": "^3.7.0",
"lodash": "^4.17.3",
"through2": "^2.0.3"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^1.1.1",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-mocha": "^3.0.1",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"mocha": "^3.2.0",
"vinyl": "^2.0.1"
}
}