-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.08 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
{
"name": "daisy-browser",
"description": "A Browser for Daisy Web-App.",
"version": "1.0.0",
"main": "main.js",
"engines": {
"electron-prebuilt": "^0.^33.3"
},
"devDependencies": {
"docco": "0.7.0",
"coffee-script": "^1.10.0",
"less": "^2.5.3"
},
"dependencies": {
"favicon": "0.0.2",
"istextorbinary": "^1.0.2",
"jquery": "^2.1.4",
"mysql": "^2.9.0",
"smart-touch": "^0.1.2"
},
"flash": {
"path": "PepperFlash/PepperFlashPlayer.plugin",
"version": "19.0.0.226"
},
"settings": {
"debug": true,
"url": "http://dashy.wi2.phil.tu-bs.de/",
"url2": "http://localhost:7001",
"showIntroduction": true,
"dirUpload": {
"enabled": true,
"dir": "/Users/maxh/Desktop"
},
"nativeApps": {
"visio": "/path/to/Visio",
"calc": "/Applications/Calculator.app"
}
},
"database": {
"host": "localhost",
"database": "daisy",
"user": "daisyMySQL",
"password": "h70rkyi7UL0cowBF",
"port": 3306
},
"scripts": {
"start": "electron ./",
"docco": "docco ./lib/*.coffee"
}
}