-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 939 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": "rasprob-pi-api",
"version": "1.0.0",
"description": "Simple video and movement for raspberry pi robot style",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/grunt ci"
},
"repository": {
"type": "git",
"url": "https://github.com/Natsuke/rasprob-pi-api"
},
"keywords": [
"raspberry pi robot api"
],
"author": "Andy Vanbutsele <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Natsuke/rasprob-pi-api/issues"
},
"dependencies": {
"async": "^0.9.0",
"bluebird": "^2.9.24",
"gpio": "^0.2.7",
"pi-gpio": "0.0.7"
},
"devDependencies": {
"chai": "~1.10.0",
"express": "^4.12.3",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-complexity": "~0.1.3",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-cli": "~1.1.0",
"request": "^2.55.0"
}
}