forked from arnarg/msc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 840 Bytes
/
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
{
"name": "msc",
"version": "0.1.0",
"description": "A simple mpd client",
"main": "main.js",
"scripts": {
"start": "electron dest/"
},
"keywords": [
"mpd"
],
"author": "Arnar Gauti Ingason <[email protected]>",
"license": "MIT",
"devDependencies": {
"electron": "^1.2.8",
"gulp": "^3.9.0",
"gulp-electron": "^0.1.3",
"gulp-install": "^0.4.0",
"gulp-jshint": "^1.11.0",
"gulp-less": "^3.0.3",
"gulp-react": "^3.0.1",
"gulp-run-electron": "^1.1.1",
"react": "^15",
"react-dom": "^15.1.0"
},
"dependencies": {
"cover-art": "^1.0.5",
"graceful-fs": "^4.1.4",
"ionicons": "^2.0",
"jquery": "^2.1.4",
"keymirror": "^0.1.1",
"mpd": "^1.3.0",
"nconf": "^0.7.1",
"object-assign": "^3.0.0",
"react": "^15",
"react-dom": "^15.1.0"
}
}