-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.15 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
{
"name": "Teitoku",
"version": "0.3.2",
"nwversion": "0.9.2",
"description": "kancolle browser",
"main": "app.html",
"window": {
"title": "Teitoku",
"icon": "img/icon.png",
"toolbar": false,
"frame": true,
"width": 800,
"height": 480
},
"webkit": {
"plugin": true,
"page-cache": true
},
"dependencies": {
"coffeelint": "^1.3.0",
"coffeelint-stylish": "0.0.1",
"grunt": "^0.4.4",
"grunt-coffeelint": "0.0.10",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-compress": "^0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jade": "^0.11.0",
"grunt-contrib-stylus": "^0.15.1",
"grunt-contrib-uglify": "^0.4.0",
"grunt-node-webkit-builder": "^0.1.21",
"grunt-notify": "^0.3.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/geta6/teitoku.git"
},
"author": "geta6",
"license": "MIT",
"bugs": {
"url": "https://github.com/geta6/teitoku/issues"
},
"homepage": "https://github.com/geta6/teitoku"
}