-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 920 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": "nypr-fastboot",
"version": "0.8.0",
"description": "FastBoot Server for NYPR Apps",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/nypublicradio/nypr-fastboot.git"
},
"author": "Digital Ops",
"license": "MIT",
"bugs": {
"url": "https://github.com/nypublicradio/nypr-fastboot/issues"
},
"homepage": "https://github.com/nypublicradio/nypr-fastboot#readme",
"dependencies": {
"@sentry/node": "^5.29.2",
"aws-sdk": "^2.279.1",
"eslint": "^5.2.0",
"fastboot-app-server": "^1.1.2-beta.1",
"fastboot-s3-downloader": "^0.2.2",
"fastboot-s3-notifier": "^0.1.2",
"lynx": "^0.2.0",
"morgan": "^1.9.1",
"obj-extend": "^0.1.0"
},
"devDependencies": {
"aws-sdk-mock": "^4.0.0",
"eslint-plugin-mocha": "^5.1.0",
"mocha": "^5.2.0",
"sinon": "^6.1.4"
}
}