forked from kavinu2010/radio-active
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 888 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 888 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
{
"name": "radio-active",
"version": "1.0.0",
"description": "Global radio stations on demand",
"main": "index.js",
"scripts": {
"ui:build": "cd client && npm run build && cp -r build/. ../server/static/. && cd ..",
"start": "cd server && npm install && npm start",
"dev": "cd server && npm run dev",
"client-dev": "cd client && npm start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kavinu2010/radio-active.git"
},
"keywords": [
"radio",
"station",
"music",
"player",
"search",
"api"
],
"author": "Kavitha Sujatha, Gabriele Orlandi, Navid Mani Asl, Catherine Ostlund",
"license": "ISC",
"bugs": {
"url": "https://github.com/kavinu2010/radio-active/issues"
},
"homepage": "https://github.com/kavinu2010/radio-active#readme"
}