-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathpackage.json
57 lines (57 loc) · 1.45 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
{
"name": "generator-angular-fullstack",
"version": "3.0.0-rc3",
"description": "Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node",
"keywords": [
"yeoman-generator",
"mean",
"mongodb",
"angularjs",
"express",
"scaffold",
"fullstack",
"framework",
"component",
"front-end",
"app"
],
"homepage": "https://github.com/DaftMonk/generator-angular-fullstack",
"bugs": "https://github.com/DaftMonk/generator-angular-fullstack/issues",
"author": "Tyler Henkel",
"repository": {
"type": "git",
"url": "git://github.com/DaftMonk/generator-angular-fullstack.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"chalk": "^1.1.0",
"generator-ng-component": "~0.1.0",
"yeoman-generator": "~0.18.10"
},
"devDependencies": {
"chai": "^3.2.0",
"grunt": "~0.4.1",
"grunt-build-control": "^0.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-conventional-changelog": "~1.0.0",
"grunt-david": "~0.5.0",
"grunt-env": "^0.4.1",
"grunt-mocha-test": "^0.12.7",
"grunt-release": "^0.13.0",
"jit-grunt": "^0.9.1",
"mocha": "^2.2.5",
"q": "^1.0.1",
"recursive-readdir": "^1.2.0",
"semver": "^5.0.1",
"shelljs": "^0.5.3",
"underscore.string": "^3.1.1"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=1.2.10"
},
"license": "BSD-2-Clause"
}