-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.04 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.04 KB
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
{
"name": "irasutoyer",
"productName": "Irasutoyer",
"version": "1.0.3",
"description": "Desktop client for Irasutoya",
"main": "build/browser/main.js",
"bin": {
"irasutoyer": "./bin/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rhysd/Irasutoyer.git"
},
"scripts": {
"run": "node bin/cli.js",
"dep": "tsd install && npm install",
"build": "rake build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Irasutoya",
"Electron"
],
"author": "rhysd <lin90162@yahoo.co.jp>",
"license": "MIT",
"devDependencies": {
"browserify": "^12.0.1",
"electron-prebuilt": "^0.35.2",
"typescript": "^1.7.3"
},
"dependencies": {
"envify": "^3.4.0",
"material-ui": "^0.13.4",
"node-irasutoya": "^2.0.3",
"object-assign": "^4.0.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-infinite": "^0.7.1",
"react-redux": "^4.0.0",
"react-tap-event-plugin": "^0.2.1",
"redux": "^3.0.4",
"shuffle-array": "^0.1.1"
}
}