-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 945 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": "frock-static",
"version": "3.0.4",
"description": "A static file server for frock",
"main": "lib/index.js",
"scripts": {
"lint": "standard **/*.js",
"test": "tape tests/index.js && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/urbanairship/frock-static.git"
},
"author": "Urban Airship",
"contributors": [
"Nathan Wittstock <[email protected]>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/urbanairship/frock-static/issues"
},
"homepage": "https://github.com/urbanairship/frock-static#readme",
"dependencies": {
"mime-types": "^2.1.4"
},
"devDependencies": {
"commuter": "^2.0.0",
"node-mocks-http": "^1.5.1",
"proxyquire": "^1.7.3",
"rimraf": "^2.4.3",
"standard": "^11.0.1",
"tape": "^4.0.0",
"through": "^2.3.8"
},
"frock": {
"compatible-versions": "^4.0.0"
}
}