-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 2.05 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 2.05 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "drone-ps3-controller",
"version": "0.1.0",
"description": "Control your ar.drone with ps3 controller.",
"main": "index.js",
"dependencies": {
"ar-drone": "~0.1.0",
"ps3.js": "~0.0.9"
},
"devDependencies": {},
"scripts": {
"start": "node ./index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/bobrik/drone-ps3-controller.git"
},
"keywords": [
"ps3",
"controller",
"gamepad",
"hid",
"ar.drone",
"ardrone",
"drone"
],
"author": {
"name": "Ian Babrou",
"email": "ibobrik@gmail.com",
"url": "http://bobrik.name/"
},
"license": "BSD",
"readmeFilename": "README.md",
"readme": "drone-ps3-controller\n====\n\nControl your ar.drone with ps3 controller.\n\n### Installation\n\n```\nnpm drone-ps3-controller\n```\n\n### Running\n\n```\ncd drone-ps3-controller\nnpm start\n```\n\n### Flying\n\nHere's mapping. It's very similar to iPhone app.\n\n\n\n### But there is [node-drone-joystick](https://github.com/TooTallNate/node-drone-joystick)\n\nThis thing didn't worked for me so I made my own.\n\n### Testing\n\nI tested it on my macbook air and ar.drone 2.0. It works :)\n\n### Authors\n\n* [Ian Babrou](https://github.com/bobrik)\n",
"_id": "drone-ps3-controller@0.1.0",
"dist": {
"shasum": "d2dcfce1d49647d9796164aaa5e493bc1db79e9f",
"tarball": "http://registry.npmjs.org/drone-ps3-controller/-/drone-ps3-controller-0.1.0.tgz"
},
"_from": "drone-ps3-controller@*",
"_npmVersion": "1.2.18",
"_npmUser": {
"name": "bobrik",
"email": "ibobrik@gmail.com"
},
"maintainers": [
{
"name": "bobrik",
"email": "ibobrik@gmail.com"
}
],
"directories": {},
"_shasum": "d2dcfce1d49647d9796164aaa5e493bc1db79e9f",
"_resolved": "https://registry.npmjs.org/drone-ps3-controller/-/drone-ps3-controller-0.1.0.tgz",
"bugs": {
"url": "https://github.com/bobrik/drone-ps3-controller/issues"
},
"homepage": "https://github.com/bobrik/drone-ps3-controller#readme"
}