forked from mozilla/node-hubble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 920 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
42
{
"name": "node-hubble",
"version": "0.3.0",
"author": "David Humphrey <[email protected]>",
"contributors": [
"Jon Buckley <[email protected]>"
],
"keywords": [
"url",
"api",
"content-type",
"mime"
],
"description": "Node Web API for discovering content types for URLs",
"repository": {
"type": "git",
"url": "https://github.com/humphd/node-hubble.git"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha --reporter spec --slow 1000 --timeout 5000"
},
"dependencies": {
"express": "~3.1.0",
"request": "~2.14.0"
},
"optionalDependencies": {
"mc": "~1.0.6",
"hiredis": "~0.1.14",
"redis": "~0.8.2"
},
"devDependencies": {
"mocha": "~1.8.2"
},
"license": {
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
},
"engines": {
"node": "0.8.x",
"npm": "1.2.x"
}
}