forked from tokyootakumode/js-harb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 820 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
{
"name": "harb",
"version": "0.0.7",
"author": "sheetjs",
"description": "Plaintext spreadsheet (DIF / CSV / TSV / SocialCalc) parser",
"keywords": [ "spreadsheet", "csv", "tsv", "dsv", "dif", "socialcalc" ],
"files": [ "LICENSE", "README.md", "harb.js", "dist/cpexcel.js" ],
"main": "./harb",
"dependencies": {
"ssf":"0.8.2",
"codepage":"",
"babyparse":"0.2.1",
"commander":""
},
"devDependencies": {
"mocha":"",
"uglify-js":""
},
"repository": { "type":"git", "url":"git://github.com/SheetJS/js-harb.git" },
"scripts": {
"pretest": "git submodule init && git submodule update",
"test": "make mocha"
},
"config": {
"blanket": {
"pattern": "harb.js"
}
},
"bugs": { "url": "https://github.com/SheetJS/js-harb/issues" },
"license": "Apache-2.0",
"engines": { "node": ">=0.8" }
}