-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.17 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.17 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
{
"name": "ADSB-Radar",
"version": "1.0.0",
"description": "This is a NodeJs / AngularJS website to grab in realtime ADSB frame from Base Station compatible device like RTL-SDR with DUMP1090",
"main": "app.js",
"dependencies": {
"body-parser": "^1.14.1",
"config-node": "^1.2.2",
"express": "^4.12.2",
"jade": "^1.9.2",
"passport": "^0.2.1",
"sbs1": "^0.2.3",
"sequelize": "^3.0.0",
"socket.io": "^1.3.5",
"sqlite3": "^3.0.5"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-jade": "^0.5.1",
"load-grunt-initconfig": "^0.0.2",
"load-grunt-tasks": "^3.2.0",
"protractor": "^1.7.0"
},
"scripts": {
"test": "npm run test-node"
},
"repository": {
"type": "git",
"url": "https://github.com/fcrohas/node-radar.git"
},
"keywords": [
"sbs1",
"dump1090",
"radar",
"plane",
"planefinder"
],
"author": "Fabrice Crohas",
"license": "GPL v2",
"bugs": {
"url": "https://github.com/fcrohas/node-radar/issues"
},
"homepage": "https://github.com/fcrohas/node-radar"
}