-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 1.66 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
69
70
71
72
{
"name": "generator-leviathan",
"version": "1.1.1",
"description": "Opinionated yeoman generator for creating mean stack applications",
"license": "MIT",
"main": "app/index.js",
"homepage": "https://github.com/leviathantech/generator-leviathan",
"bugs": "https://gihthub.com/leviathantech/generator-leviathan/issues",
"repository": {
"type": "git",
"url": "https://github.com/leviathantech/generator-leviathan"
},
"author": {
"name": "Lev Brie",
"email": "lev.brie@gmail.com",
"url": "https://github.com/levbrie"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"angular",
"angularjs",
"express",
"mean",
"mongodb",
"mongo",
"framework",
"fullstack"
],
"dependencies": {
"yeoman-generator": "~0.16.0",
"chalk": "~0.4.0",
"yosay": "^0.1.0",
"ansi-regex": "^0.2.1",
"ansi-styles": "^1.1.0",
"minimist": "^0.2.0",
"pad-component": "0.0.1",
"string-length": "^0.1.2",
"strip-ansi": "^0.2.1",
"taketalk": "^0.1.0",
"word-wrap": "^0.1.2",
"underscore.string": "^2.3.3"
},
"devDependencies": {
"chai": "^1.9.2",
"fs-extra": "^0.12.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-clean": "^0.6.0",
"jit-grunt": "^0.8.0",
"jshint-stylish": "^1.0.0",
"mocha": "*",
"shelljs": "^0.3.0",
"time-grunt": "^1.0.0",
"grunt-release": "^0.7.0",
"grunt-conventional-changelog": "^1.1.0",
"q": "^1.1.2",
"semver": "^4.1.0"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}