-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
40 lines (40 loc) · 854 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
{
"name": "generator-meanstack",
"version": "0.1.1",
"description": "The MEAN stack generator for Yeoman.",
"keywords": [
"yeoman-generator",
"mongodb",
"angularjs",
"expressjs"
],
"homepage": "https://github.com/wlepinski/generator-meanstack",
"bugs": "https://github.com/wlepinski/generator-meanstack/issues",
"author": {
"name": "William Albino Lepinski",
"email": "[email protected]",
"url": "https://github.com/wlepinski"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/wlepinski/generator-meanstack.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.15.0"
},
"devDependencies": {
"mocha": "~1.16.1"
},
"engines": {
"node": ">=0.10.x"
},
"licenses": [
{
"type": "MIT"
}
]
}