-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
75 lines (75 loc) · 2.05 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "akamai-ets",
"version": "1.0.0",
"description": "Dockerised akamai-ets server & configuration",
"repository": {
"type": "git",
"url": "http://github.com/newscorpaus/akamai-ets"
},
"main": "lib/akamai-ets",
"bin": {
"akamai-ets": "bin/akamai-ets"
},
"scripts": {
"ci": "npm test -- -R tap > test/results.tap",
"clean": "rimraf ./test/coverage ./public/playground/assets/js",
"build": "NODE_ENV=production webpack",
"prebuild": "npm run clean",
"cover": "istanbul cover --dir ./test/coverage _mocha ./test",
"precover": "npm run build",
"lint": "eslint ./bin ./build ./lib",
"test": "mocha ./test",
"pretest": "npm run clean && npm run lint && npm run build",
"test:quick": "mocha ./test",
"pretest:quick": "npm run clean",
"webpack": "webpack"
},
"keywords": [
"akamai",
"akamai-ets",
"ets",
"esi",
"EdgeSide Include"
],
"author": "Jonathan Barnett <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"brace": "^0.8.0",
"chai": "^3.4.0",
"common-tags": "^1.3.1",
"compression-webpack-plugin": "^0.3.1",
"coveralls": "^2.11.4",
"eslint": "^3.1.0",
"eslint-config-semistandard": "~6.0.1",
"eslint-config-standard": "~5.3.1",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-standard": "^2.0.0",
"implementation": "~0.1.0",
"istanbul": "^0.4.0",
"mocha": "^2.3.3",
"rimraf": "^2.5.3",
"webpack": "^1.13.1"
},
"dependencies": {
"async": "^2.0.0",
"body-parser": "^1.15.2",
"bristol": "^0.3.3",
"cheerio": "^0.20.0",
"colors": "^1.1.2",
"exit-hook": "^1.1.1",
"express": "^4.14.0",
"fs-extra": "^0.30.0",
"hostile": "^1.0.2",
"lodash": "^4.13.1",
"md5": "^2.1.0",
"palin": "^2.0.0",
"request": "^2.73.0",
"string.toerror": "^1.0.1",
"yargs": "^4.8.0"
}
}