-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 756 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 756 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
28
{
"name": "cnnReplayService",
"version": "1.0.0",
"description": "Fixes the issues that caused the homepage of http://cnn.com from being replayed from Internet Archives Wayback Machine",
"main": "index.js",
"author": "John Berlin",
"license": "MIT",
"dependencies": {
"babel-generator": "^6.24.0",
"babel-traverse": "^6.23.1",
"babel-types": "^6.23.0",
"babylon": "^6.16.1",
"cheerio": "^0.22.0",
"cors": "^2.8.1",
"express": "^4.15.2",
"express-http-proxy": "^0.11.0",
"http-shutdown": "^1.2.0",
"yargs": "^7.0.2"
},
"devDependencies": {
"snazzy": "^6.0.0",
"standard": "^9.0.2"
},
"scripts": {
"standard": "standard --verbose | snazzy",
"standard-fix": "standard --fix"
}
}