forked from NoriginMedia/candidate-tester
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 841 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "candidate-tester",
"version": "0.0.1",
"description": "This is intended to used as instructions for completing the Norigin Media testing task for new candidates",
"repository": {
"type": "git",
"url": "git+https://github.com/NoriginMedia/candidate-tester.git"
},
"scripts": {
"start:mock-api": "./node_modules/.bin/osprey-mock-service -f ./node_modules/nm-mock-api/demo.raml -p 1337 --cors",
"start": "node ./node_modules/nm-mock-api/scripts/updateEpg.js && npm run start:mock-api"
},
"author": "Dylan Thomson",
"license": "MIT",
"bugs": {
"url": "https://github.com/NoriginMedia/candidate-tester/issues"
},
"homepage": "https://github.com/NoriginMedia/candidate-tester#readme",
"dependencies": {
"nm-mock-api": "git+https://github.com/NoriginMedia/mock-api.git#cloudberry"
}
}