forked from guzart/gulp-ng-constant
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 898 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
{
"name": "gulp-ng-constant-fork",
"version": "0.4.1",
"description": "Gulp plugin for dynamic generation of angular constant modules. Forked version of https://github.com/guzart/gulp-ng-constant with extra options.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/andidev/gulp-ng-constant-fork.git"
},
"keywords": [
"gulp",
"angularjs",
"constant",
"gulpplugin"
],
"author": "Anders Steiner",
"license": "MIT",
"bugs": {
"url": "https://github.com/andidev/gulp-ng-constant-fork/issues"
},
"homepage": "https://github.com/andidev/gulp-ng-constant-fork",
"scripts": {
"test": "node_modules/jasmine-node/bin/jasmine-node spec/gulpNgConstantSpec.js"
},
"dependencies": {
"lodash": "3.0.0",
"gulp-util": "2.2.20",
"through2": "0.6.3"
},
"devDependencies": {
"jasmine-node": "1.14.5"
}
}