-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 993 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
{
"name": "ost-archivist",
"description": "",
"main": "dist/ost.cjs.js",
"dependencies": {
"archivist": "archivist/archivist#9488a64168616b0c4a973b9c091cf5db3d92e186",
"bluebird": "^3.4.7",
"body-parser": "^1.15.2",
"config": "^1.21.0",
"express": "^4.14.0",
"leaflet": "^1.0.2",
"leaflet.markercluster": "^1.0.0",
"lodash-es": "^4.17.4",
"massive": "^2.5.0",
"moment": "^2.17.1",
"plyr": "^2.0.11",
"substance": "substance/substance#5dd96de2170c56f9b7535bab27dc4dc80bc032c1",
"ws": "^1.1.1"
},
"devDependencies": {
"eslint": "^3.5.0",
"font-awesome": "^4.6.3",
"substance-bundler": "^0.15.2",
"tap-spec": "^4.1.1",
"tape": "^4.6.0",
"uglify-js": "^2.7.3",
"uglify-js-harmony": "^2.7.5"
},
"scripts": {
"bundle": "node make production",
"dev": "node make -s -w & node server",
"start": "node server",
"test": "gulp test"
},
"license": "GPL-3.0",
"version": "2.0.0-alpha.1"
}