-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 868 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
{
"name": "zsandbox",
"author": {
"name": "Bob Zurad",
"url": "https://twitter.com/SpuriousTuple"
},
"description": "My personal sandbox for web stuff, deployed to an instance on Azure",
"version": "0.0.1",
"homepage": "http://zsandbox.azurewebsites.net/",
"repository": "https://github.com/bobzurad/zsandbox.azurewebsites.net",
"private": true,
"license": "MIT",
"engines": {
"node": "6.10.0"
},
"devDependencies": {
"http-server": "^0.6.1"
},
"scripts": {
"prestart": "npm install",
"start": "http-server -a localhost -p 8001",
"pretest": "npm install"
},
"dependencies": {
"backbone": "^1.3.3",
"backbone.localstorage": "^1.1.16",
"bootstrap": "^3.3.6",
"highcharts": "^7.2.2",
"jquery": "^3.5.0",
"requirejs": "^2.2.0",
"sinch-rtc": "^1.4.5",
"underscore": "^1.8.3"
}
}