forked from arvindr21/generator-bangular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.6 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "generator-bangular",
"version": "0.11.0",
"description": "Generate and serve your project in a blink of an eye",
"license": "BSD",
"homepage": "https://github.com/42Zavattas/generator-bangular",
"bugs": "https://github.com/42Zavattas/generator-bangular/issues",
"repository": {
"type": "git",
"url": "git://github.com/42Zavattas/generator-bangular.git"
},
"contributors": [
{
"name": "Meriadec Pillet",
"url": "https://github.com/meriadec"
},
{
"name": "Balthazar Gronon",
"url": "https://github.com/Apercu"
}
],
"keywords": [
"fullstack",
"gulp",
"yeoman-generator",
"bangular-generator",
"bangular",
"angular",
"server",
"sockets",
"passport",
"lightweight",
"blazingfast",
"express",
"zavattas"
],
"dependencies": {
"async": "^0.9.0",
"chalk": "^1.0.0",
"glob": "^5.0.5",
"gulp-jshint": "^1.9.2",
"jshint-stylish": "^1.0.1",
"lodash": "^3.7.0",
"mkdirp": "^0.5.0",
"underscore.string": "^3.0.3",
"yeoman-generator": "^0.19.2"
},
"devDependencies": {
"conventional-changelog": "0.0.17",
"coveralls": "^2.11.2",
"chai": "*",
"gulp": "^3.8.11",
"gulp-jscs": "^1.4.0",
"gulp-jscs-stylish": "1.1.0",
"gulp.spritesmith": "^3.2.0",
"mocha": "*"
},
"peerDependencies": {
"yo": ">=1.4.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "istanbul cover ./node_modules/mocha/bin/_mocha",
"cover": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
}
}