-
Notifications
You must be signed in to change notification settings - Fork 665
/
package.json
56 lines (56 loc) · 1.7 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
53
54
55
56
{
"name": "generator-gulp-angular",
"version": "1.1.1",
"preferGlobal": true,
"description": "Yeoman generator for AngularJS with Gulp",
"keywords": "yeoman-generator, angular, gulp, restangular, ui-router, bootstrap, angular-material, foundation, sass, less, es6, babel, traceur, typescript, coffeescript, jade, haml, webpack, eslint",
"license": "MIT",
"author": "Matthieu Lux & Mehdy Dara",
"contributors": [
"Matthieu Lux <matthieu.lux@gmail.com> (https://github.com/Swiip)",
"Mehdy Dara <mdara@eleven-labs.com> (http://eleven-labs.com/)"
],
"files": [
"index.js",
"generators"
],
"main": "index.js",
"repository": "Swiip/generator-gulp-angular",
"scripts": {
"pretest": "./scripts/prepare-test.sh",
"test": "istanbul cover _mocha -- test/node test/template && mocha test/inception/test-inception.js -ig protractor --no-insight",
"update-shrinkwrap": "./scripts/update-test-shrinkwrap.sh",
"deploy": "./scripts/deploy-boilerplate.sh"
},
"dependencies": {
"chalk": "~1.1.1",
"insight": "~0.7.0",
"lodash": "~3.10.1",
"slash": "~1.0.0",
"underscore.string": "~3.2.2",
"yeoman-generator": "~0.20.3",
"yosay": "~1.0.5"
},
"devDependencies": {
"bluebird": "~2.10.2",
"bower": "~1.5.3",
"chai": "~3.3.0",
"chai-as-promised": "~5.1.0",
"commander": "~2.8.1",
"cross-spawn": "~2.0.0",
"ejs": "~2.3.4",
"eslint": "~1.6.0",
"istanbul": "~0.3.22",
"js-beautify": "~1.5.10",
"mkdirp": "~0.5.1",
"mocha": "~2.3.3",
"mocha-lcov-reporter": "~1.0.0",
"mz": "~2.0.0",
"recursive-readdir": "~1.2.1",
"sinon": "~1.17.1",
"sinon-chai": "~2.8.0"
},
"engines": {
"node": ">=0.10.0"
}
}