-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.07 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "website",
"version": "0.0.1",
"scripts": {
"start": "denali server",
"test": "denali test"
},
"private": true,
"engines": {
"node": ">=7.6.0"
},
"dependencies": {
"@denali-js/cli": "0.1.x",
"@denali-js/core": "0.1.x",
"@denali-js/documenter": "^2.0.0",
"@denali-js/typescript": "^0.1.x",
"@types/moment": "^2.13.0",
"@types/node-fetch": "^1.6.7",
"@types/semver": "^5.5.0",
"@types/tar": "^4.0.0",
"@types/tmp": "^0.0.33",
"aws-sdk": "^2.201.0",
"bluebird": "^3.5.1",
"cors": "^2.8.4",
"denali-objection": "^0.0.6",
"follow": "^1.0.0",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"node-fetch": "^2.0.0",
"npm-keyword": "^5.0.0",
"package-json": "^4.0.1",
"pg": "^7.4.1",
"semver": "^5.5.0",
"tar": "^4.4.0",
"tmp": "^0.0.33",
"tslint": "^5.9.1",
"typescript": "^2.7.1"
},
"devDependencies": {
"ava": "^0.25.0",
"mkdirp": "^0.5.1",
"sqlite3": "^3.1.13",
"static-server": "^3.0.0"
},
"ava": {
"plugins": [],
"presets": []
}
}