-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.21 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.21 KB
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
{
"name": "generator-crud",
"version": "0.6.3",
"description": "generates crud modules of mean stack or elasticsearch instead of mongodb",
"homepage": "",
"author": "Irakli Jishkariani <irakli2692@gmail.com>",
"files": [
"generators"
],
"main": "index.js",
"keywords": [
"yeoman-generator"
],
"scripts": {
"test": "mocha",
"prepublish": "gulp prepublish"
},
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"chalk": "^1.1.3",
"gulp-beautify": "^2.0.1",
"gulp-if": "^2.0.2",
"lodash": "^4.17.2",
"yeoman-generator": "^0.24.1",
"yosay": "^1.2.1"
},
"devDependencies": {
"chai": "^4.0.2",
"eslint": "^2.13.1",
"eslint-config-xo-space": "^0.13.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.1.0",
"gulp-exclude-gitignore": "^1.1.1",
"gulp-istanbul": "^0.10.4",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-mocha": "^2.2.0",
"gulp-nsp": "^2.4.2",
"gulp-plumber": "^1.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"yeoman-assert": "^2.2.2",
"yeoman-test": "^1.6.0"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"repository": "0xZeroCode/generator-crud"
}