-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 939 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
{
"name": "node-pgrouting",
"version": "0.3.0",
"description": "A simple interface to pgRouting to compute route and isocurve.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"url": "https://[email protected]/tcoupin/node-pgrouting.git"
},
"keywords": [
"pgrouting"
],
"author": "Thibault Coupin <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/tcoupin/node-pgrouting/issues"
},
"homepage": "https://github.com/tcoupin/node-pgrouting#README",
"devDependencies": {
"express": "^4.16.2",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodemon": "^0.5.4",
"grunt-env": "^0.4.4",
"grunt-jscs": "^3.0.1",
"grunt-mocha-test": "^0.13.3",
"it-each": "^0.3.1",
"mocha": "^4.0.1"
},
"dependencies": {
"debug": "^3.1.0",
"pg": "^7.4.0"
}
}