UNPKG

550 BJSONView Raw
1{
2 "name": "archive.org",
3 "version": "0.0.1",
4 "description": "Interface with the archive.org api",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/switz/archive.org.git"
9 },
10 "author": "Daniel Saewitz",
11 "license": "MIT",
12 "readmeFilename": "README.md",
13 "dependencies": {
14 "coffee-script": "~1.6.1",
15 "superagent": "~0.13.0",
16 "nconf": "~0.6.7"
17 },
18 "devDependencies": {
19 "expect.js": "~0.2.0",
20 "mocha": "~1.8.2",
21 "codo": "~1.5.6"
22 },
23 "scripts": {
24 "test": "mocha"
25 }
26}