-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 787 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 787 Bytes
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
{
"name": "generator-api-ecma6",
"version": "0.0.4",
"description": "Api base",
"main": "index.js",
"dependencies": {
"chalk": "^1.1.3",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"shelljs": "^0.7.7",
"yeoman-generator": "^1.1.1",
"yosay": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/BeeTech-global/generator-api-ecma6.git"
},
"keywords": [
"yeoman-generators",
"yeoman-generator",
"generators",
"ecma6",
"api",
"ddd",
"bdd",
"tdd",
"test"
],
"author": "marcos.rava@beetech.global",
"license": "MIT",
"homepage": "https://github.com/BeeTech-global/generator-api-ecma6"
}