forked from DeNepo/separation-of-concerns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 705 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "testing",
"version": "1.0.0",
"description": "the testing module for HYF Belgium",
"main": "server.js",
"scripts": {
"register-isolate": "node isolate/register.js",
"register-integrate": "node integrate/register.js",
"register": "npm run register-isolate && npm run register-integrate",
"start": "npm run register && node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackYourFutureBelgium/testing.git"
},
"author": "",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/HackYourFutureBelgium/testing/issues"
},
"homepage": "https://github.com/HackYourFutureBelgium/testing#readme"
}