forked from blake-regalia/gnis-ld.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.41 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
51
52
53
54
55
56
57
58
59
60
{
"name": "gnis-ld.org",
"version": "1.0.0",
"description": "Serves the USGS GNIS dataset",
"author": {
"name": "DataONE",
"email": "[email protected]"
},
"keywords": [
"usgs",
"usgs-ld",
"gnis",
"gnis-ld",
"linked-data",
"semantic-web"
],
"scripts": {
"start": "node lib/js/server.js"
},
"devDependencies": {
"browserify": "^17.0.0",
"gulp": "^4.0.2",
"gulp-debug": "^4.0.0",
"gulp-if": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^5.0.0",
"gulp-less": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tap": "^2.0.0",
"gulp-util": "^3.0.8",
"gulp-uglify": "^3.0.2",
"pg-native": "^3.0.0",
"pug": "^3.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"body-parser": "^1.17.2",
"brace": "^0.11.1",
"browser-request": "^0.3.3",
"browser-sync": "^2.27.5",
"browserify-middleware": "^8.1.1",
"color-scheme": "^1.0.0",
"drag-drop": "^2.13.2",
"express": "^4.15.3",
"express-negotiate": "0.0.5",
"font-awesome": "^4.7.0",
"http-proxy-middleware": "^2.0.1",
"jquery-browserify": "^1.8.1",
"jsonld": "^1.0.1",
"mkdirp": "^1.0.4",
"pg": "^8.0.0",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"socket.io-stream": "^0.9.1",
"stream-to-array": "^2.3.0",
"uglifyify": "^5.0.2"
}
}