-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 877 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
{
"name": "cylon-rolling-spider",
"version": "1.2.2",
"main": "index.js",
"description": "Cylon module for RollingSpider",
"keywords": [
"parrot",
"drone",
"spider",
"rolling",
"cylon",
"cylonjs",
"bluetooth",
"ble",
"iot"
],
"homepage": "http://cylonjs.com",
"bugs": "https://github.com/ChrisTheBaron/cylon-rolling-spider/issues",
"author": "Chris Taylor <christhebaron@gmail.com> (http://www.christhebaron.co.uk)",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/ChrisTheBaron/cylon-rolling-spider.git"
},
"license": "MIT",
"devDependencies": {
"sinon-chai": "^2.8.0",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"sinon": "^1.17.3"
},
"dependencies": {
"cylon": "^1.3.0",
"rolling-spider": "hybridgroup/node-rolling-spider"
}
}