UNPKG

729 BJSONView Raw
1{
2 "name": "@commonshost/manifest",
3 "description": "Declarative manifest for HTTP/2 Server Push",
4 "author": "Sebastiaan Deckers <sebdeckers83@gmail.com>",
5 "repository": "gitlab:commonshost/manifest",
6 "license": "ISC",
7 "version": "1.1.0",
8 "main": "manifest.js",
9 "scripts": {
10 "test": "npm run lint && npm run proof",
11 "lint": "standard --verbose | snazzy",
12 "proof": "tape 'test/*.js'"
13 },
14 "keywords": [
15 "http2",
16 "http/2",
17 "server push",
18 "manifest",
19 "preload",
20 "PUSH_PROMISE"
21 ],
22 "devDependencies": {
23 "blue-tape": "^1.0.0",
24 "snazzy": "^7.0.0",
25 "standard": "^11.0.0",
26 "tape": "^4.9.0"
27 },
28 "dependencies": {
29 "ajv": "^6.2.0",
30 "extglob": "^2.0.4"
31 }
32}