-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 833 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 833 Bytes
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": "artbot",
"version": "0.0.2",
"description": "it makes art, silly!",
"main": "app.js",
"scripts": {
"test": "lab -vC",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rockbot/artbot"
},
"keywords": [
"robot",
"art",
"nodebot"
],
"author": "Raquel Vélez <raquel@rckbt.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rockbot/artbot/issues"
},
"homepage": "https://github.com/rockbot/artbot",
"dependencies": {
"attachmediastream": "^1.0.1",
"express": "3.3.4",
"getusermedia": "^1.0.0",
"jade": "0.34.1",
"johnny-five": "^0.8.0",
"random-js": "^1.0.4",
"socket.io": "^1.0.0",
"stylus": "0.36.1",
"underscore": "1.5.1",
"vektor": "0.1.0"
},
"devDependencies": {}
}