-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 858 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 858 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
37
38
39
40
{
"name": "generator-kyper-node",
"version": "0.0.3",
"description": "NodeJS starter with ES6",
"scripts": {
"test": "mocha -R spec --compilers js:babel-core/register ./test/**/*.js"
},
"author": {
"name": "Scott Prue",
"email": "sprue.dev@gmail.com",
"url": "github.com/prescottprue"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"yeoman-generator",
"node",
"babel",
"express",
"kyper",
"ES6",
"ESNext"
],
"dependencies": {
"chalk": "^1.0.0",
"lodash": "^4.9.0",
"yeoman-generator": "^0.21.1",
"yosay": "^1.0.2"
},
"devDependencies": {
"babel-core": "^6.5.2",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"yeoman-assert": "^2.0.0"
},
"repository": "https://github.com/KyperTech/generator-kyper-node",
"license": "MIT"
}