-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 1.01 KB
/
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
{
"name": "pantry",
"description": "A JSON/XML resource caching library based on Request",
"version": "0.7.6",
"homepage": "https://github.com/Postmedia/pantry",
"author": "Edward de Groot <edegroot@postmedia.com> (http://mred9.com)",
"contributors": [
{ "name": "Keith Benedict", "email": "kbenedict@postmedia.com" },
{ "name": "Drew Robinson", "url": "https://github.com/ocean" }
],
"dependencies": {
"request": "~2.53",
"xml2js": "~0.4.4",
"winston": "~0.8.3",
"soap": "~0.2.7"
},
"devDependencies": {
"mocha": "~1.12",
"should": "~1.2",
"memcached": "~0.2.3",
"redis": "~0.8.4"
},
"bugs": { "url": "https://github.com/Postmedia/pantry/issues"},
"licenses": [
{ "type": "MIT", "url": "https://github.com/Postmedia/pantry/blob/master/LICENSE"}
],
"keywords": ["request", "cache", "json", "xml", "redis", "memcached", "soap"],
"repository": "git://github.com/postmedia/pantry",
"main": "./lib/pantry",
"scripts": {
"test": "mocha"
},
"engines": { "node": ">=0.8.0 <0.11", "npm": "1.x" }
}