forked from mike-jl/squeeze-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 803 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
{
"name": "squeeze-controller",
"productName": "Squeeze Controller",
"version": "0.1.0-alpha.13",
"main": "main.js",
"license": "MIT",
"repository": "michiil/squeeze-controller",
"description": "Webapp for controlling the Logitech Media Server",
"scripts": {
"start": "electron .",
"test": "standard"
},
"standard": {
"globals": [
"angular"
]
},
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.7",
"angular-drag-and-drop-lists": "^1.4.0",
"angular-hotkeys": "^1.7.0",
"angular-route": "^1.5.8",
"angular-ui-bootstrap": "^2.0.1",
"angular-utf8-base64": "0.0.5",
"bootstrap": "^3.3.7",
"electron-debug": "^1.0.1",
"electron-prebuilt": "^1.3.2"
},
"devDependencies": {
"standard": "^7.1.2"
}
}