forked from neesafarza/lukislukis
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 748 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "lukislukis",
"version": "1.0.0",
"description": "Lukis-lukis is a solo project for codeworks. It is a webapp that allows two or more friends to draw on one canvas together.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "(cd backend && npm install); (cd frontend && npm install)",
"start": "(cd backend && npm run start) & (cd frontend && npm run start)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noiffion/lukislukis.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/noiffion/lukislukis/issues"
},
"homepage": "https://github.com/noiffion/lukislukis#readme"
}