forked from Swiip/generator-gulp-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.59 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
52
{
"name": "generator-axi-dtsi-gulp-angular",
"version": "0.9.3",
"preferGlobal": true,
"description": "Yeoman generator for AngularJS with GulpJS modified by Axi/DTSI/GNC",
"keywords": "yeoman-generator, angular, gulp, axi, dtsi, gnc",
"license": "MIT",
"author": "Matthieu Lux & Mehdy Dara",
"contributors": [
"Matthieu Lux <[email protected]> (https://github.com/Swiip)",
"Mehdy Dara <[email protected]> (http://eleven-labs.com/)",
"DTSI Axi22 <[email protected]> (https://github.com/axi-dtsi)"
],
"files": [
"app"
],
"main": "app/index.js",
"repository": "axi-dtsi/generator-gulp-angular",
"scripts": {
"pretest": "cd test/deps && npm install && bower install",
"test": "mocha test/node test -g protractor -i",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha -- test test/node -g protractor -i && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- test test/node"
},
"dependencies": {
"chalk": "~0.5.1",
"lodash": "~2.4.1",
"slash": "~1.0.0",
"yeoman-generator": "~0.18.7",
"yosay": "~1.0.0"
},
"devDependencies": {
"bower": "~1.3.12",
"chai": "~1.9.1",
"chai-as-promised": "~4.1.1",
"coveralls": "~2.11.0",
"cross-spawn": "~0.2.3",
"fixture-stdout": "~0.2.1",
"istanbul": "~0.3.0",
"mocha": "~2.0.0",
"mocha-lcov-reporter": "0.0.1",
"q": "~1.1.2",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0"
},
"peerDependencies": {
"yo": ">=1.0.0"
},
"engines": {
"node": ">=0.10.0"
}
}