-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.01 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
{
"name": "meshblu",
"description": "Meshblu IoT network and API",
"version": "3.0.5",
"license": "MIT",
"homepage": "https://developer.octoblu.com",
"repository": "git://github.com/octoblu/meshblu-npm",
"author": "Octoblu <sqrt@octoblu.com>",
"main": "./dist/index.js",
"scripts": {
"build": "coffee --compile --output dist/ --map src/*.coffee",
"test": "mocha"
},
"keywords": [
"iot",
"internet of things",
"arduino",
"tessel",
"raspberrypi",
"skynet",
"meshblu"
],
"dependencies": {
"backo": "^1.1.0",
"debug": "^2.6.8",
"fstream": "^1.0.11",
"json-stable-stringify": "^1.0.0",
"lodash": "^4.13.1",
"node-rsa": "^0.4.2",
"request": "^2.81.0",
"socket.io-client": "^1.3.5",
"srv-failover": "^2.0.0",
"tar": "^2.1.1",
"url": "^0.11.0"
},
"devDependencies": {
"chai": "^4.0.1",
"coffee-script": "^1.12.6",
"meshblu-config": "^8.0.1",
"mocha": "^3.4.2",
"sinon": "^2.3.2",
"sinon-chai": "^2.10.0"
}
}