forked from mcollina/shortshort.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 923 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
{
"name" : "shortshort",
"homepage" : "https://github.com/mcollina/shortshort.js",
"version" : "0.3.1",
"description" : "Short library for making short URLs",
"keywords" : ["URL", "URL shortener", "Short"],
"author" : "[email protected]",
"licenses" : [ {
"type" : "MIT",
"url" : "http://github.com/mcollina/shortshort.js/blob/master/LICENSE"
}],
"engines" : { "node" : "0.4 || 0.5 || 0.6" },
"main" : "./lib/shortshort",
"repository" : {
"type": "git",
"url": "git://github.com/mcollina/shortshort.js.git"
},
"dependencies" : {
"base62": "= 0.1.0"
},
"devDependencies" : {
"redis": ">= 0",
"coffee-script" : "= 1.3.1",
"mocha": "= 1.0.2",
"sinon" : "= 1.3.4",
"chai" : "= 0.5.3"
}
}