-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 955 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
{
"name": "noddity-retrieval",
"version": "1.6.2",
"main": "./retrieval-node.js",
"browser": "./retrieval-browser.js",
"author": {
"name": "TehShrike",
"email": "me@JoshDuff.com",
"url": "http://joshduff.com"
},
"description": "For remote retrieval of a simple blog index and content",
"repository": {
"type": "git",
"url": "https://github.com/TehShrike/noddity-retrieval.git"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "npm run test:node && npm run test:browser",
"test:browser": "node test/browser_test.js",
"test:node": "node test/node_test.js"
},
"devDependencies": {
"browser-run": "~3.5.0",
"browserify": "^16.0.0",
"send": "0.15.6",
"tape": "^4.1.0",
"tape-run": "2.1.5"
},
"dependencies": {
"http-basic": "~4.0.1",
"simple-concat": "~1.0.0",
"superagent": "~3.8.1",
"text-metadata-parser": "^3.0.0"
},
"license": "WTFPL"
}