-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
69 lines (69 loc) · 1.73 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "saphero",
"version": "1.0.3",
"description": "A Client-Side Dashboard to Easily Connect and Control Sphero/BB-8/Ollie Devices",
"main": "bin/index.js",
"scripts": {
"start": "node bin/index.js",
"test": "./node_modules/mocha/bin/mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saphero/sphero-hack.git"
},
"keywords": [
"robotics",
"sphero",
"bb8",
"bb-8",
"orbotix",
"hack",
"robot",
"robots",
"spherojs",
"sphero-js",
"ollie",
"sprk"
],
"author": { "name": "Sabrina Tee", "email": "[email protected]" },
"contributors": [
{ "name": "Natalie Chow", "email": "[email protected]" },
{ "name": "Logan Tegman", "email": "[email protected]", "url": "http://logantegman.io" },
{ "name": "Jose Tello", "email": "[email protected]" },
{ "name": "Jesse Thach", "email": "[email protected]", "url": "https://about.me/jessethach"}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/saphero/sphero-hack/issues"
},
"homepage": "https://github.com/saphero/sphero-hack#readme",
"dependencies": {
"express": "^4.13.4",
"home-config": "^0.1.0",
"jade": "^1.11.0",
"lodash": "^4.1.0",
"noble": "^1.3.0",
"opn": "^4.0.0",
"serialport": "^2.0.6",
"socket.io": "^1.4.5",
"sphero": "^0.8.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"gulp-sass": "^2.1.1",
"mocha": "^2.4.5",
"socket.io-client": "^1.4.5"
},
"bin": {
"saphero": "bin/index.js"
},
"engines": {
"node": ">=4.2.0"
},
"preferGlobal": true
}