forked from dbsystel/playground
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 734 Bytes
/
Copy pathpackage.json
File metadata and controls
16 lines (16 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "dbsystel-playground",
"version": "1.0.0",
"description": "This is the DB Systel playground. A safe space for getting experience with contributing to open source software, how pull requests work and all that, on example code. Be creative but don't put anything with real value here. You'll get friendly review, and since this is not production code you can't break anything anyway.",
"scripts": {
"contributers-app": "cd ./src/javascript/contributers-app && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dbsystel/playground"
},
"bugs": {
"url": "https://github.com/dbsystel/playground/issues"
},
"homepage": "https://github.com/dbsystel/playground#readme"
}