-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 726 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 726 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
{
"name": "dev-challenge-server",
"version": "1.0.0",
"description": "tasks for developers in the browser console",
"main": "devChallenge.js",
"dependencies": {
"body-parser": "^1.14.1",
"express": "^4.13.3",
"express-session": "^1.12.1"
},
"devDependencies": {
"mocha": "^2.3.4"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transferwise/dev-challenge-server.git"
},
"author": "matyas @ TransferWise",
"license": "MIT",
"bugs": {
"url": "https://github.com/transferwise/dev-challenge-server/issues"
},
"homepage": "https://github.com/transferwise/dev-challenge-server#readme"
}