-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (29 loc) · 850 Bytes
/
package.json
File metadata and controls
30 lines (29 loc) · 850 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
{
"scripts": {
"canvas": "cd ./rio-canvas && npm start",
"server": "cd ./rio-server && npm start",
"vr": "cd ./rio-vr && npm start",
"ios": "cd ./rio-mobile && npm run ios",
"android": "cd ./rio-mobile && npm run android",
"install-server": "cd ./rio-server && npm i"
},
"dependencies": {
},
"description": "An open source library allowing you to create an internet connected LED wall Edit",
"devDependencies": {},
"name": "rio",
"optionalDependencies": {},
"preferGlobal": "true",
"version": "0.0.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/SolidStateGroup/rio.git"
},
"author": "ssg",
"license": "ISC",
"bugs": {
"url": "https://github.com/SolidStateGroup/rio/issues"
},
"homepage": "https://github.com/SolidStateGroup/rio#readme"
}