-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (29 loc) · 838 Bytes
/
package.json
File metadata and controls
30 lines (29 loc) · 838 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
{
"name": "concepts",
"version": "0.1.0",
"author": "RAGE",
"contributors": [
"Tulir Asokan <tulir@maunium.net> (https://maunium.net)",
"Jesper Pettersson <jesperleonard@gmail.com> (https://github.com/stadibo)"
],
"license": "(Apache-2.0 OR MIT)",
"description": "Concept mapping platform for education",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/rage/concepts.git"
},
"bugs": {
"url": "https://github.com/rage/concepts/issues"
},
"homepage": "https://github.com/rage/concepts#readme",
"engines": {
"yarn": "1.16.0",
"node": "12.6.0"
},
"scripts": {
"start": "cd backend && yarn install && yarn start",
"heroku-postbuild": "cd frontend && yarn install && yarn build",
"test": "echo \"Error: no test specified\" && exit 1"
}
}