-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
37 lines (37 loc) · 908 Bytes
/
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
{
"name": "gulp-ng-constant",
"version": "2.0.0-3",
"description": "Gulp plugin for dynamic generation of angular constant modules.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/guzart/gulp-ng-constant.git"
},
"keywords": [
"gulp",
"angularjs",
"constant",
"gulpplugin"
],
"author": "Arturo Guzman",
"license": "MIT",
"bugs": {
"url": "https://github.com/guzart/gulp-ng-constant/issues"
},
"homepage": "https://github.com/guzart/gulp-ng-constant",
"scripts": {
"test": "node node_modules/jasmine-node/bin/jasmine-node spec/gulpNgConstantSpec.js"
},
"dependencies": {
"js-yaml": "^3.2.7",
"lodash": "^4.14.1",
"plugin-error": "^0.1.2",
"replace-ext": "^1.0.0",
"through2": "^2.0.0",
"vinyl": "^2.1.0"
},
"devDependencies": {
"eslint": "^1.3.1",
"jasmine-node": "^1.14.5"
}
}