Files: 28e873b27f171cc148c3c2ee000fc70a5bc13873 / package.json
825 bytesRaw
1 | { |
2 | "name": "http-routes", |
3 | "version": "1.1.0", |
4 | "description": "functional http router", |
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-routes.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-routes/issues" |
19 | }, |
20 | "homepage": "https://github.com/ahdinosaur/http-routes#readme", |
21 | "devDependencies": { |
22 | "cookie": "^0.3.1", |
23 | "node-dev": "^3.1.0", |
24 | "npm-run-all": "^1.6.0", |
25 | "stack": "^0.1.0", |
26 | "tape": "^4.5.1" |
27 | }, |
28 | "dependencies": { |
29 | "path-to-regexp": "^1.5.3", |
30 | "server-router": "^2.1.0", |
31 | "xtend": "^4.0.1" |
32 | } |
33 | } |
34 |
Built with git-ssb-web