-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 878 Bytes
/
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
{
"name": "jikkyo",
"version": "1.2.4",
"description": "Jikkyo App",
"scripts": {
"install": "cd src && npm i",
"start": "nw src",
"test": "npm run lint",
"ct": "nw src --disable-gpu --force-cpu-draw",
"lint": "eslint .",
"nw": "gulp nw",
"clean": "gulp clean",
"release": "gulp release:all"
},
"repository": {
"type": "git",
"url": "https://github.com/rot1024/jikkyo"
},
"author": "rot1024",
"license": "MIT",
"bugs": {
"url": "https://github.com/rot1024/jikkyo/issues"
},
"homepage": "https://rot1024.github.io/jikkyo",
"devDependencies": {
"archiver": "^1.0.0",
"del": "^2.2.1",
"eslint": "^3.11.1",
"eslint-plugin-node": "^3.0.4",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"nw-builder": "^3.1.2",
"run-sequence": "^1.2.2"
},
"dependencies": {
"nw": "^0.12.3"
}
}