forked from seebees/CloudCache-JS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 871 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
{
"name" : "cloudcache",
"version" : "0.2.0",
"description" : "A node javascript implementation of CloudCache",
"keywords": [
"CloudCache",
"quetzall",
"javascript"
],
"author" : "ryan emery <seebees@gmail.com>",
"bugs" : {
"mail": "seebees@gmail.com",
"web": "http://github.com/seebees/CloudCache-JS/issues"
},
"repositories" : [
{
"type": "git",
"url": "https://github.com/seebees/CloudCache-JS.git"
}
],
"implements" : ["http://www.quetzall.com/cloudcache"],
"devDependencies" : {
"vows" : ">=0.1.0"
},
"engines" : { "node" : ">=0.2.6" },
"main" : "./lib/CloudCache.js",
"dependencies" : {
"flow" : "0.x"
}
}