-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 869 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
{
"name": "appy-bird",
"version": "1.1.1",
"description": "'appy-bird makes APIs as easy as flying into a brick wall!",
"main": "index.js",
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaz303/appy-bird.git"
},
"keywords": [
"api",
"http",
"server",
"web",
"json",
"simple",
"promises"
],
"author": "Jason Frame <[email protected]> (http://jasonframe.co.uk)",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaz303/appy-bird/issues"
},
"homepage": "https://github.com/jaz303/appy-bird#readme",
"dependencies": {
"escape-string-regexp": "^1.0.3",
"http-status": "^0.2.0",
"mime-types": "^2.1.7",
"node-static": "^0.7.7"
},
"devDependencies": {
"tape": "^4.2.2"
}
}