-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 871 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "sunny",
"version": "1.0.0",
"description": "Hapi inspired server framework",
"main": "index.js",
"scripts": {
"develop": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/kongdigital/sunny.git"
},
"keywords": [],
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/kongdigital/sunny/issues"
},
"homepage": "https://github.com/kongdigital/sunny#readme",
"dependencies": {
"@types/cors": "^2.8.4",
"@types/node": "^6.0.110",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^4.16.3",
"js-yaml": "^3.11.0",
"ramda": "^0.25.0"
},
"devDependencies": {
"joi": "^13.3.0",
"supertest": "^3.1.0",
"tape": "^4.9.0",
"typescript": "^2.8.3"
}
}