-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
{
"name": "245cloud",
"version": "1.1.1",
"main": "index.js",
"description": "245cloud run on mac",
"scripts": {
"start": "cd ./build && NODE_ENV=development electron ./index.js",
"build": "./build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fukajun/245cloud-app"
},
"keywords": [
"245cloud",
"menubar"
],
"author": "GitHub",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/fukajun/245cloud-app/issues"
},
"homepage": "https://github.com/fukajun/245cloud-app",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"electron-packager": "^8.6.0",
"electron-prebuilt": "^1.4.13",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-load-plugins": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1"
},
"dependencies": {
"d3": "^3.5.16",
"jquery": "^2.2.1",
"menubar": "^5.0.0",
"node-notifier": "^4.4.0",
"request": "^2.67.0"
}
}