Files: 2e273f4adefe425949d9e9bc1549bc1a28221e9b / package.json
704 bytesRaw
1 | { |
2 | "name": "http-compose", |
3 | "version": "1.0.1", |
4 | "description": "minimal http handler composition", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "tape test.js", |
8 | "start": "node-dev example" |
9 | }, |
10 | "repository": { |
11 | "type": "git", |
12 | "url": "git+https://github.com/ahdinosaur/http-compose.git" |
13 | }, |
14 | "keywords": [], |
15 | "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)", |
16 | "license": "Apache-2.0", |
17 | "bugs": { |
18 | "url": "https://github.com/ahdinosaur/http-compose/issues" |
19 | }, |
20 | "homepage": "https://github.com/ahdinosaur/http-compose#readme", |
21 | "devDependencies": { |
22 | "node-dev": "^3.1.0", |
23 | "npm-run-all": "^1.6.0", |
24 | "tape": "^4.5.1" |
25 | }, |
26 | "dependencies": {} |
27 | } |
28 |
Built with git-ssb-web