-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.25 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.25 KB
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
{
"name": "tracking",
"version": "1.0.0",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node js/nodejs/Main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tran4o/tracking.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tran4o/tracking/issues"
},
"homepage": "https://github.com/tran4o/tracking#readme",
"dependencies": {
"compression" : "^1.5.1",
"express": "^4.13.0",
"joose": "^3.50.0",
"browserify": "^10.2.4",
"rbush" : "^1.4.0",
"moment" : "^2.10.3",
"lowdb" : "^0.10.1",
"xml2js" : "^0.4.9",
"body-parser" : "^1.13.2",
"request-json" : "^0.5.3",
"binary-search-tree" : "^0.2.4",
"request" : "^2.58.0",
"deepcopy" : "^0.5.0",
"kld-intersections" : "git://github.com/thelonious/kld-intersections.git#master",
"leaflet" : "^0.7.5",
"drmonty-leaflet-awesome-markers" : "^2.0.2",
"include" : "^0.1.2",
"pg" : "^4.4.2",
"vis" : "^4.9.0",
"lru-cache" : "^2.7.0",
"bintrees" : "^1.0.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-exec": "^0.4.6",
"grunt-wget": "^0.1.3"
},
"description": ""
}