-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1007 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
38
39
40
{
"name": "ma",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node server.js"
},
"main": "app.js",
"dependencies": {
"async": "0.9.0",
"body-parser": "1.9.3",
"connect-pg-simple": "2.1.1",
"express": "4.10.2",
"ejs": "1.0.0",
"express-session": "1.9.2",
"formidable": "1.0.15",
"jwt-simple": "0.2.0",
"mkdirp": "0.5.0",
"node-static": "0.7.6",
"require-dir": "0.1.0",
"passport": "0.2.1",
"ogr2ogr": "git+https://[email protected]/traderboy/ogr2ogr.git",
"passport-google-oauth": "0.1.5",
"passport-google": "0.3.0",
"passport-local": "1.0.0",
"pg": "3.6.3",
"pg.js": "3.6.2",
"serve-static": "1.7.1",
"pg-copy-streams": "0.3.0",
"rserve-client": "~0.3.0",
"memory-cache": "~0.1.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-cssmin": "~0.11.0"
}
}