-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 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
37
38
39
{
"name": "ffmap-rethinkdb",
"version": "0.0.0",
"description": "Socket.io middleware between ffmap-backend and ffmap-d3 using rethinkDB",
"repository": {
"url": "https://github.com/johnyb/ffmap-rethinkdb/"
},
"main": "index.js",
"scripts": {
"start": "node app",
"test": "node -e \"require('grunt').cli()\""
},
"keywords": [
"freifunk",
"data",
"analysis"
],
"author": "Julian Bäume <[email protected]>",
"license": "MIT",
"devDependencies": {
"chai": "^1.10.0",
"eslint": "^0.9.2",
"grunt": "^0.4.5",
"grunt-bump": "^0.1.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^2.0.0",
"grunt-jscs": "^0.8.1",
"grunt-mocha-cli": "^1.12.0"
},
"dependencies": {
"es6-promise": "^2.0.0",
"express": "^4.10.2",
"lodash": "^2.4.1",
"request": "^2.48.0",
"rethinkdb": "^1.15.0-0",
"socket.io": "^1.2.0",
"winston": "^0.8.3"
}
}