forked from ryanj/restify-postGIS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.44 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
{
"name": "Odpad-Praha8",
"description": "A simple mapping application for finding bulk waste containers in Prague 8",
"version": "2.5.1",
"private": true,
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"dependencies": {
"async": "0.9.0",
"cheerio": "0.18.0",
"config": "1.8.1",
"dot": "1.0.2",
"lodash": "2.4.1",
"moment": "2.8.4",
"pg": "4.0.0",
"pg-query": "0.10.1",
"request": "2.48.0",
"requireindex": "1.1.0",
"restify": "2.8.3"
},
"devDependencies": {
"mocha": "2.0.1",
"chai": "1.10.0",
"jshint": "2.5.10",
"sinon": "1.12.1",
"requirejs": "2.1.15",
"bower": "1.3.12",
"grunt-cli": ">=0.1.13",
"grunt": "~0.4.5",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "0.12.4",
"grunt-concurrent": "1.0.0",
"grunt-nodemon": "~0.3.0",
"grunt-node-inspector": "~0.1.5",
"db-migrate": "0.7.1",
"grunt-db-migrate": "0.2.0",
"grunt-bump": "0.0.16",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-cssmin": "0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/saxicek/odpad-praha8.cz.git"
},
"scripts": {
"start": "node server.js",
"build": "HOME=$HOME/app-root/runtime bower install --config.interactive=false && grunt build",
"deploy": "grunt deploy",
"test": "make all"
},
"main": "server.js"
}