forked from mapcontrib/mapcontrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.37 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
{
"description": "MapContrib",
"version": "0.5.1",
"license": "MIT",
"author": {
"name": "Guillaume AMAT",
"email": "[email protected]"
},
"contributors": [
{
"name": "Guillaume AMAT",
"email": "[email protected]"
},
{
"name": "Vincent BERGEOT",
"email": "[email protected]"
}
],
"scripts": {
"start": "MONGO_HOST=localhost PORT=8080 node build/server.js"
},
"devDependencies": {
"bower": "~1.2.7",
"less": "~1.5.0",
"less-plugin-autoprefix": "~1.4.2",
"grunt": "~0.4.1",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-concat": "~0.5.1"
},
"dependencies": {
"body-parser": "^1.5.2",
"errorhandler": "^1.1.1",
"express": "^4.8.0",
"express-session": "^1.7.2",
"method-override": "^2.1.2",
"morgan": "^1.2.2",
"cookie-parser": "~1.3.4",
"multer": "~0.1.8",
"serve-static": "~1.9.2",
"passport": "~0.2.1",
"passport-openstreetmap": "~0.1.2",
"connect-mongo": "~0.8.1",
"requirejs": "~2.1.19",
"jquery": "~2.1.4",
"ejs": "~2.3.3",
"es6-promise": "~2.3.0",
"mongodb": "~1.4.40"
},
"private": true
}