-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 873 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 873 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
{
"private": true,
"name": "beeflight",
"version": "0.0.1",
"description": "Module to connect to the beeflight server. This is the client of beeflight and can be used to coneect to the beeflight server.",
"author": "utkarsh shukla (utk.shukla@outlook.com)",
"main": "lib/beeflightclient",
"keywords": [
"beeflightclient",
"beehive",
"protocol"
],
"repository": {
"type": "git",
"url": "https://github.com/btpltech/beeflightClient.git"
},
"dependencies": {
"express": "~3.4.8",
"livedb-mongo": "~0.3.0",
"racer": "^0.6.0",
"racer-browserchannel": "~0.1.1",
"racer-bundle": "~0.1.1",
"redis": "~0.10.1"
},
"devDependencies": {
"mocha": "1.9.x",
"sinon": "1.7.x",
"rewire": "1.1.x"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha test"
},
"engines": {
"node": "*"
}
}