-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 781 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 781 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
{
"name": "cellular",
"version": "0.0.0-23",
"description": "art piece where moving your phone changes the visuals of a projection and also plays sounds",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/whichlight/cellular.git"
},
"keywords": [
"art",
"interactive",
"collaborative"
],
"author": "whichlight",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/whichlight/cellular/issues"
},
"subdomain": "cellular",
"domains": [
"cell-flight.com",
"www.cell-flight.com"
],
"engines": {
"node": "0.10.x"
},
"dependencies": {
"socket.io": "~0.9.16"
}
}