-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1001 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
{
"name": "generator-meanie",
"version": "0.3.11",
"description": "MEAN stack generator for Yeoman with gulp. Follows the Best Practice Recommendations for Angular App Structure",
"license": "MIT",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "http://github.com/levisl176/generator-meanie.git"
},
"author": {
"name": "Levi Lindsey",
"email": "levisl176@gmail.com",
"url": "http://jackieandlevi.com/levi"
},
"bugs": {
"url": "http://github.com/levisl176/generator-meanie/issues"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator, mean, gulp, node, angular, mongo, express, sass, mean-stack, nodejs, angularjs, mongodb, gulpjs"
],
"dependencies": {
"chalk": "^0.5.1",
"yeoman-generator": "^0.17.7",
"yosay": "^1.0.0"
},
"devDependencies": {
"mocha": "^2.0.1"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}