-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 932 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
38
39
40
41
{
"name": "sails-generate-angular-gulp",
"version": "0.1.0",
"description": "Add angular support for Sails when using gulp.",
"main": "lib/index.js",
"homepage": "http://github.com/karnith/sails-generate-angular-gulp",
"scripts": {
"test": "mocha"
},
"keywords": [
"angular",
"generator",
"sails",
"generate",
"plugin",
"gulp"
],
"author": "Karnith",
"license": "MIT",
"dependencies": {
"lodash": ">=2.4.x",
"merge-defaults": ">=0.1.0"
},
"devDependencies": {
"sails-generate": "*",
"reportback": "*",
"fs-extra": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/karnith/sails-generate-angular-gulp"
},
"bugs": {
"url": "https://github.com/karnith/sails-generate-angular-gulp/issues"
},
"sailsGenerator": {
"type": "angular",
"behavior": "overrides `sails generate angular`",
"sailsVersion": "~0.10.0"
}
}