This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
forked from angular-fullstack/generator-angular-fullstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.16 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
{
"name": "generator-angular-fullstack",
"version": "3.5.0",
"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/angular-fullstack/generator-angular-fullstack",
"bugs": "https://github.com/angular-fullstack/generator-angular-fullstack/issues",
"author": "Tyler Henkel (http://tylerhenkel.com/)",
"contributors": [
"Andrew Koroluk <koroluka@gmail.com> (http://andrewk.me/)",
"Cody Mize <me@codymize.com> (http://codymize.com/)",
"Brian Ford <btford@umich.edu> (http://briantford.com/)",
"Pascal Hartig <passy@twitter.com> (http://passy.me/)",
"Eddie Monge (http://eddiemonge.com)",
"Sindre Sorhus <sindresorhus@gmail.com> (https://twitter.com/sindresorhus)"
],
"repository": {
"type": "git",
"url": "git://github.com/angular-fullstack/generator-angular-fullstack.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"babel-core": "^6.7.0",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.6.5",
"chalk": "^1.1.0",
"generator-ng-component": "~0.2.1",
"glob": "^7.0.3",
"insight": "~0.8.1",
"lodash": "^4.6.1",
"underscore.string": "^3.1.1",
"yeoman-generator": "^0.22.5",
"yeoman-welcome": "^1.0.1"
},
"devDependencies": {
"chai": "^3.2.0",
"grunt": "^1.0.1",
"grunt-build-control": "^0.7.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-david": "~0.7.0",
"grunt-env": "^0.4.1",
"grunt-mocha-test": "^0.12.7",
"grunt-release": "^0.13.0",
"jit-grunt": "~0.10.0",
"mocha": "^2.2.5",
"q": "^1.0.1",
"recursive-readdir": "^2.0.0",
"shelljs": "^0.6.0",
"yeoman-assert": "^2.0.0",
"yeoman-test": "^1.1.0"
},
"engines": {
"node": "^5.10.1",
"npm": "^3.8.3"
},
"license": "BSD-2-Clause"
}