forked from Swiip/generator-gulp-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 985 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
42
43
44
45
46
{
"name": "generator-gulp-angular",
"version": "0.6.0",
"description": "Yeoman generator for Gulp & Angular",
"license": "MIT",
"main": "app/index.js",
"repository": "Swiip/generator-gulp-angular",
"author": {
"name": "Swiip",
"email": "[email protected]",
"url": "https://github.com/Swiip"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"pretest": "cd test/deps && npm install && bower install",
"test": "mocha -g protractor -i"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator"
],
"dependencies": {
"async": "~0.8.0",
"chalk": "~0.4.0",
"lodash": "~2.4.1",
"q": "~1.0.1",
"yeoman-generator": "~0.17.0",
"yosay": "^0.3.0"
},
"devDependencies": {
"bower": "~1.3.3",
"chai": "~1.9.1",
"chai-as-promised": "~4.1.1",
"colors": "~0.6.2",
"gulp-less": "^1.3.3",
"gulp-sass": "^0.7.3",
"mocha": "*"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}