-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 860 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
40
41
{
"name": "zorg",
"description": "Scripts for playing with my Sphero 2.0 called Zorg",
"version": "0.0.1",
"bugs": {
"url": "https://github.com/neocotic/zorg/issues"
},
"author": {
"url": "http://neocotic.com",
"name": "Alasdair Mercer",
"email": "mercer.alasdair@gmail.com"
},
"licenses": [
{
"url": "https://raw.github.com/neocotic/zorg/master/LICENSE.md",
"type": "MIT"
}
],
"private": true,
"keywords": [
"zorg",
"robot",
"cylon",
"sphero"
],
"repository": {
"url": "git://github.com/neocotic/zorg.git",
"type": "git"
},
"dependencies": {
"coffee-script": "~1.7.1",
"cylon": "~0.18.0",
"cylon-joystick": "~0.6.1",
"cylon-keyboard": "~0.8.0",
"cylon-sphero": "~0.14.0"
},
"main": "./src/index",
"scripts": {
"start": "coffee ./src"
}
}