-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.43 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
{
"name": "poi",
"version": "3.1.2",
"description": "KanColle Browser Tool",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --harmony --compilers coffee:coffee-script/register"
},
"repository": {
"type": "git",
"url": "https://github.com/poooi/poi.git"
},
"keywords": [
"KanColle",
"Browser",
"Tool"
],
"author": "Magica",
"license": "MIT",
"bugs": {
"url": "https://github.com/poooi/poi/issues"
},
"homepage": "https://github.com/poooi/poi",
"dependencies": {
"adm-zip": "^0.4.7",
"bluebird": "^2.9.34",
"coffee-react": "^4.0.0",
"coffee-script": "^1.9.3",
"colors": "^1.1.2",
"cson": "^3.0.1",
"fs-extra": "^0.22.1",
"glob": "^5.0.14",
"header-case-normalizer": "^1.0.2",
"i18n": "^0.5.0",
"iconv-lite": "^0.4.11",
"mime": "^1.3.4",
"node-notifier": "^4.2.3",
"objtree": "^0.1.1",
"path-extra": "^1.0.3",
"react": "^0.13.3",
"react-bootstrap": "git+https://github.com/magicae/react-bootstrap.git",
"react-fontawesome": "^0.2.5",
"request": "^2.60.0",
"shadowsocks": "git+https://github.com/magicae/shadowsocks-nodejs.git",
"socks5-client": "^1.1.0",
"socks5-http-client": "^1.0.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"bower": "^1.4.1",
"coffeelint": "^1.10.1",
"del": "^1.2.0",
"gulp": "^3.9.0",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "0.0.2"
}
}