-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.21 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.21 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "server-deploy-hook",
"private": true,
"version": "0.1.0",
"description": "API for the holmescode website",
"main": "dist/service/index.js",
"scripts": {
"test": "mocha dist/test/*.js",
"build": "tsc",
"start": "node dist/service/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holmescode/api.git"
},
"author": "Matt Holmes",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/holmescode/api/issues"
},
"homepage": "https://github.com/holmescode/api#readme",
"dependencies": {
"boom": "^4.3.1",
"bunyan": "^1.8.10",
"hapi": "^16.1.1",
"hapi-bunyan": "^0.7.0",
"highlight.js": "^9.12.0",
"joi": "^10.4.1",
"marked": "^0.3.6",
"mongoose": "^4.10.4",
"speakingurl": "^13.0.0"
},
"devDependencies": {
"@types/boom": "^4.3.1",
"@types/bunyan": "0.0.36",
"@types/hapi": "^16.0.6",
"@types/highlight.js": "^9.1.9",
"@types/joi": "^10.3.2",
"@types/marked": "0.0.28",
"@types/mocha": "^2.2.40",
"@types/mongoose": "^4.7.14",
"@types/node": "^7.0.18",
"@types/speakingurl": "^13.0.1",
"mocha": "^3.3.0",
"tslint": "^5.2.0",
"typescript": "^2.3.2"
}
}