-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1 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
{
"name": "github-garden",
"version": "0.0.1",
"description": "A viewer for current own grass color",
"engines": {
"node": "6.5.0"
},
"main": "app/main.js",
"scripts": {
"dev": "$(npm bin)/electron .",
"babel:watch": "$(npm bin)/babel --watch --extensions \"es6\",\"jsx\" --out-dir . app/**/*.{es6,jsx}",
"build": "$(npm bin)/electron-packager . github-garden --out dist --platform=darwin --arch=x64 --version=1.3.4 --overwrite"
},
"private": true,
"author": "shokohara",
"bugs": {
"url": "https://github.com/shokohara/github-garden/issues"
},
"homepage": "https://github.com/shokohara/github-garden",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-react": "^6.11.1",
"electron-prebuilt": "^1.3.4"
},
"dependencies": {
"babel-core": "^6.14.0",
"electron-packager": "7.7.0",
"jquery": "^3.1.0",
"menubar": "^4.1.1",
"moment": "^2.14.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-timer-mixin": "^0.13.3"
}
}