-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.24 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-restify-es-6",
"version": "v0.1.6",
"description": "Restify boilerplate in ES6",
"homepage": "https://github.com/warrenca/generator-restify-es-6",
"author": {
"name": "WarrenCA",
"url": "https://github.com/warrenca/generator-restify-es-6"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"restify",
"es6",
"yo",
"yeoman",
"yeoman-generator"
],
"dependencies": {
"chalk": "^1.0.0",
"mkdirp": "^0.5.1",
"underscore": "^1.8.3",
"yeoman-generator": "^0.23.0",
"yosay": "^1.0.0"
},
"devDependencies": {
"yeoman-test": "^1.0.0",
"yeoman-assert": "^2.0.0",
"eslint": ">=4.18.2",
"eslint-config-xo-space": "^0.14.0",
"gulp": "^4.0.2",
"gulp-eslint": "^2.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^1.0.0",
"gulp-coveralls": "^0.1.0"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"repository": "warrenca/generator-restify-es-6",
"scripts": {
"test": "gulp"
},
"engines": {
"node": "8.9.3",
"npm": "5.5.1"
},
"license": "MIT"
}