forked from KC3Kai/KC3Kai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.36 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
{
"name": "KC3Kai",
"version": "34.2.1",
"description": "Kantai Collection Game Viewer and Tools",
"repository": {
"type": "git",
"url": "https://github.com/KC3Kai/KC3Kai.git"
},
"author": "dragonjet <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/KC3Kai/KC3Kai/issues"
},
"homepage": "https://github.com/KC3Kai/KC3Kai",
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"grunt": "0.4.5",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "1.1.1",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy": "~0.8.1",
"grunt-contrib-cssmin": "~0.13.0",
"grunt-contrib-htmlmin": "~0.4.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-qunit": "^1.0.1",
"grunt-contrib-uglify": "~0.9.2",
"grunt-json-minify": "~0.4.0",
"grunt-jsonlint": "~1.0.4",
"grunt-modify-json": "^0.1.3",
"grunt-remove-logging": "~0.2.0",
"grunt-string-replace": "~1.2.0",
"grunt-usemin": "~3.1.1",
"grunt-webstore-upload": "KC3Kai/grunt-webstore-upload#master",
"jquery": "^2.2.1",
"load-grunt-tasks": "^3.5.2",
"qunitjs": "^1.22.0"
},
"scripts": {
"test": "grunt test-src && grunt test-unit",
"build": "grunt build",
"webstore": "grunt webstore"
},
"dependencies": {
"babel-polyfill": "^6.23.0"
}
}