-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
58 lines (58 loc) · 1.41 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
{
"name": "generator-ng-fullstack",
"version": "2.0.18",
"description": "Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest.",
"license": "MIT",
"main": "app/index.js",
"repository": "ericmdantas/generator-ng-fullstack",
"author": {
"name": "Eric Mendes Dantas",
"email": "[email protected]",
"url": "https://github.com/ericmdantas"
},
"engines": {
"node": ">=9.x"
},
"scripts": {
"lint": "eslint _ng/**/*",
"test": "npm run lint && nyc --reporter=html --reporter=text mocha test/ --recursive -R dot --check-leaks",
"test-ci": "npm run lint && nyc report --reporter=text-lcov | coveralls",
"preversion": "npm t",
"prepublish": "npm t"
},
"keywords": [
"generator",
"ng-fullstack",
"generator-ng-fullstack",
"yeoman-generator",
"vue",
"angularjs",
"angular",
"webpack",
"gulp",
"mongodb",
"fullstack",
"go",
"http2",
"node"
],
"dependencies": {
"chalk": "^1.0.0",
"lodash": "^4.13.1",
"yeoman-generator": "^0.19.2",
"yosay": "^2.0.2"
},
"devDependencies": {
"chai": "^3.3.0",
"coveralls": "^3.0.1",
"eslint": "^3.0.1",
"istanbul": "^0.4.5",
"mocha": "^5.1.1",
"mocha-lcov-reporter": "^1.2.0",
"nyc": "^12.0.2",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^1.7.2"
}
}