-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 843 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 843 Bytes
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": "FlightMap",
"version": "0.0.1-54",
"scripts": {
"start": "node app.js",
"test": "mocha"
},
"dependencies": {
"express": "3.3.4",
"jade": "0.32.0",
"mongoose": "3.8.x",
"socket.io": "1.3.7",
"geojson": "0.1.5",
"moment": "2.8.x",
"validator": "1.2.1",
"underscore": "1.5.1"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"readmeFilename": "README.md",
"gitHead": "7444dd57607d2b465135d4f80f28731f95407db0",
"description": "FlightMap\r =========",
"main": "app.js",
"directories": {
"test": "test"
},
"devDependencies": {
"mocha": "1.12.0",
"restify": "2.6.x",
"should": "1.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/ketilmo/FlightMap.git"
},
"author": "Ketil Moland Olsen",
"license": "BSD"
}