Files: 054fc2a2da1f9ea41da99749e7c921aa4e31692b / package.json
1055 bytesRaw
1 | { |
2 | "name": "http-routes", |
3 | "version": "3.0.1", |
4 | "description": "functional http router", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "npm run test:node && npm run test:deps && npm run test:lint", |
8 | "test:node": "tape test/*.js", |
9 | "test:lint": "standard", |
10 | "test:deps": "dependency-check . && dependency-check . --extra --no-dev", |
11 | "start": "node-dev example" |
12 | }, |
13 | "repository": { |
14 | "type": "git", |
15 | "url": "git+https://github.com/ahdinosaur/http-routes.git" |
16 | }, |
17 | "keywords": [], |
18 | "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)", |
19 | "license": "Apache-2.0", |
20 | "bugs": { |
21 | "url": "https://github.com/ahdinosaur/http-routes/issues" |
22 | }, |
23 | "homepage": "https://github.com/ahdinosaur/http-routes#readme", |
24 | "devDependencies": { |
25 | "cookie": "^0.3.1", |
26 | "dependency-check": "^2.7.0", |
27 | "node-dev": "^3.1.0", |
28 | "npm-run-all": "^1.6.0", |
29 | "standard": "^8.6.0", |
30 | "tape": "^4.5.1" |
31 | }, |
32 | "dependencies": { |
33 | "@f/zip-obj": "^1.1.1", |
34 | "http-compose": "^1.0.1", |
35 | "path-to-regexp": "^1.5.3" |
36 | } |
37 | } |
38 |
Built with git-ssb-web