-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 936 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "memento-client",
"version": "2.0.4",
"description": "wayback machine client",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "standard index.js lib/format-time.js test/index.js",
"test": "node test/index.js && npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/jarofghosts/memento-client.git"
},
"keywords": [
"internet",
"archive",
"wayback",
"machine",
"memento",
"client"
],
"author": "jesse keane <me@jessekeane.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jarofghosts/memento-client/issues"
},
"homepage": "https://github.com/jarofghosts/memento-client",
"dependencies": {
"concat-stream": "^1.5.1",
"http-link": "^0.3.0",
"hyperquest": "^1.2.0"
},
"devDependencies": {
"portfinder": "^0.2.1",
"standard": "^5.3.1",
"tape": "^4.2.2"
}
}