forked from meanjs/generator-meanjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 861 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
47
{
"name": "generator-meanjs",
"version": "0.4.1",
"description": "MEAN.JS Official Yeoman Generator",
"main": "app/index.js",
"repository": "meanjs/generator-meanjs",
"author": {
"name": "MEAN.JS Team",
"email": "support@meanjs.org",
"url": "https://github.com/meanjs"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"yeoman-generator",
"scaffold",
"framework",
"component",
"front-end",
"app",
"mean",
"meanjs",
"node",
"express",
"angular"
],
"dependencies": {
"bluebird": "~2.10.0",
"chalk": "~1.1.1",
"underscore.string": "~3.2.2",
"yeoman-generator": "~0.20.3",
"yo": "~1.4.8"
},
"devDependencies": {
"mocha": "~2.3.2",
"temp": "~0.8.0"
},
"licenses": [
{
"type": "MIT"
}
]
}