-
Notifications
You must be signed in to change notification settings - Fork 178
/
Copy pathpackage.json
54 lines (54 loc) · 1.17 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
{
"name": "generator-meanjs",
"version": "0.4.5",
"description": "MEAN.JS Official Yeoman Generator",
"main": "app/index.js",
"repository": "meanjs/generator-meanjs",
"author": {
"name": "MEAN.JS Team",
"email": "[email protected]",
"url": "https://github.com/meanjs"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=2.0.0"
},
"scripts": {
"test": "gulp test"
},
"keywords": [
"yeoman-generator",
"scaffold",
"framework",
"component",
"front-end",
"app",
"mean",
"meanjs",
"node",
"express",
"angular"
],
"dependencies": {
"bluebird": "~3.0.6",
"chalk": "~1.1.1",
"ejs": "~2.3.4",
"html-wiring": "~1.2.0",
"lodash": "~4.0.0",
"mkdirp": "~0.5.1",
"rimraf": "~2.5.0",
"underscore.inflections": "~0.2.1",
"underscore.string": "~3.2.2",
"yeoman-generator": "~0.21.1",
"yo": "~1.5.0"
},
"devDependencies": {
"gulp": "https://github.com/gulpjs/gulp.git#d8f5c90a0622d19ef1943a2a3d02dc50e3c853e7",
"gulp-eslint": "~1.1.0",
"gulp-jshint": "~1.12.0",
"gulp-mocha": "~2.2.0",
"mocha": "~2.3.4",
"temp": "~0.8.3"
},
"license": "MIT"
}