Files: fd34a5972d6780e766d62417677c8e9f5f837c3e / package.json
853 bytesRaw
1 | { |
2 | "name": "weather", |
3 | "description": "", |
4 | "version": "0.0.0", |
5 | "homepage": "https://github.com/dominictarr/weather", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/weather.git" |
9 | }, |
10 | "dependencies": { |
11 | "cont": "^1.0.3", |
12 | "level": "^1.4.0", |
13 | "level-sublevel": "^6.5.2", |
14 | "marked": "^0.3.5", |
15 | "mkdirp": "^0.5.1", |
16 | "pull-level": "^1.5.2", |
17 | "pull-stream": "^3.6.9", |
18 | "pull-stringify": "^1.2.2", |
19 | "rc": "^1.1.6", |
20 | "request": "^2.67.0", |
21 | "stack": "^0.1.0", |
22 | "stream-to-pull-stream": "^1.6.6", |
23 | "timezone-compute": "^0.2.2", |
24 | "tiny-route": "^2.1.1" |
25 | }, |
26 | "devDependencies": { |
27 | "tape": "^4.4.0" |
28 | }, |
29 | "scripts": { |
30 | "test": "set -e; for t in test/*.js; do node $t; done" |
31 | }, |
32 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
33 | "license": "MIT" |
34 | } |
35 |
Built with git-ssb-web