-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.6 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
{
"name": "sonictron",
"productName": "Sonictron",
"version": "0.1.0",
"description": "This is Music Player for Subsonic",
"main": "dist/main/main.js",
"scripts": {
"start": "electron --debug dist/main/main.js",
"build": "gulp",
"compile:js": "gulp compile:js",
"compile:styles": "gulp compile:styles",
"html": "gulp:html",
"debug": "node-inspector",
"release-all": "gulp package",
"release-osx": "gulp package:darwin",
"release-win": "gulp package:win32",
"release-linux": "gulp package:linux",
"test": "mocha --compilers js:espower-babel/guess test/**/*.js"
},
"repository": "https://github.com/hiyamamo/sonictron",
"keywords": [],
"author": "hiyamamo",
"license": "MIT",
"dependencies": {
"classnames": "^2.2.3",
"electron-prebuilt": "^0.36.1",
"keymirror": "^0.1.1",
"history": "^1.17.0",
"lodash": "^4.2.1",
"material-flux": "^1.3.1",
"node-notifier": "^4.4.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-photonkit": "hiyamamo/react-photonkit#aa737dc5df2cf87c6689a0b8202f9e8262af1dac",
"react-router": "^1.0.3"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"electron-packager": "^5.2.1",
"espower-babel": "^4.0.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-install": "^0.6.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-watch": "4.2.5",
"mocha": "^2.3.4",
"node-inspector": "^0.12.5",
"power-assert": "^1.2.0",
"rimraf": "^2.5.0",
"sinon": "^1.17.2"
}
}