forked from levbrie/telepath-generator-leviathan
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 1.82 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
73
74
75
76
77
{
"name": "generator-columbia-angular",
"version": "1.2.4",
"description": "Opinionated Yeoman Generator for AngularJS applications with an Express Sever and a MongoDB backend",
"license": "MIT",
"main": "app/index.js",
"homepage": "https://github.com/columbiajs/generator-columbia-angular",
"bugs": "https://gihthub.com/columbiajs/generator-columbia-angular/issues",
"repository": {
"type": "git",
"url": "https://github.com/columbiajs/generator-columbia-angular"
},
"author": {
"name": "Lev Brie",
"email": "[email protected]",
"url": "https://github.com/levbrie"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"yeoman-generator",
"angular",
"angularjs",
"express",
"mean",
"meanstack",
"mongodb",
"mongo",
"express",
"scaffold",
"framework",
"fullstack",
"front-end",
"back-end",
"yeoman",
"yo"
],
"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-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-conventional-changelog": "^1.1.0",
"grunt-mocha-test": "^0.12.7",
"grunt-release": "^0.7.0",
"jit-grunt": "^0.8.0",
"jshint-stylish": "^1.0.0",
"mocha": "*",
"q": "^1.1.2",
"semver": "^4.1.0",
"shelljs": "^0.3.0",
"time-grunt": "^1.0.0"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}