forked from postlight/difflib.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 859 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
{
"name" : "difflib"
, "version" : "0.2.6"
, "description" : "text diff library ported from Python's difflib module"
, "homepage" : "https://github.com/qiao/difflib.js"
, "keywords" : ["diff"]
, "author" : "Xueqiao Xu <[email protected]>"
, "main" : "./index.js"
, "dependencies" : {
"heap" : ">= 0.2.0"
}
, "devDependencies" : {
"coffee-script" : "1.3.x"
, "mocha" : "1.0.x"
, "should" : "0.6.x"
, "browserify" : "1.10.x"
, "uglify-js" : ">= 1.2.5"
}
, "repository" : {
"type" : "git"
, "url" : "git://github.com/qiao/difflib.js.git"
}
, "licenses" : [{
"type" : "PSF"
, "url" : "http://docs.python.org/license.html"
}]
}