-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.42 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
59
60
61
62
{
"name": "nek",
"version": "1.5.0",
"description": "Nice Easy Kaoka Project Toolkit.",
"scripts": {
"test": "mocha --recursive",
"lint": "eslint --ext js src",
"lint:fix": "eslint --fix --ext js src"
},
"repository": {
"type": "git",
"url": "https://github.com/kaola-fed/NEK"
},
"keywords": [
"Kaola",
"toolkit",
"freemarker",
"RegularJS",
"template"
],
"author": "Kaola",
"license": "MIT",
"preferGlobal": true,
"bin": {
"nek": "src/index.js"
},
"bugs": {
"url": "https://github.com/kaola-fed/NEK/issues"
},
"homepage": "https://github.com/kaola-fed/NEK#readme",
"dependencies": {
"chalklog": "^1.1.2",
"decamelize": "^1.2.0",
"download": "^6.2.5",
"handlebars": "^4.0.5",
"inquirer": "^3.2.3",
"js-beautify": "^1.6.4",
"mkdirp-promise": "^5.0.1",
"moky": "git+https://git@github.com/kaola-fed/moky.git",
"ora": "^1.3.0",
"rc": "^1.1.6",
"request": "^2.75.0",
"request-promise": "^4.1.1",
"rx": "^4.1.0",
"update-notifier": "^2.1.0",
"uppercamelcase": "^1.1.0",
"valid-url": "^1.0.9",
"yargs": "^6.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"mocha": "^3.1.2"
},
"engines": {
"node": ">= 7.6.0"
}
}