-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 869 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
33
34
35
36
37
38
39
40
41
{
"name": "marc4js",
"version": "0.0.10",
"description": "a node.js module for handling MARC data",
"main": "index.js",
"scripts": {
"test": "mocha test --recursive --require test/helpers/chai.js "
},
"repository": {
"type": "git",
"url": "https://github.com/jiaola/marc4js.git"
},
"author": "Dazhi Jiao <dazhi.jiao@gmail.com>",
"license": "Apache",
"bugs": {
"url": "https://github.com/jiaola/marc4js/issues"
},
"homepage": "https://github.com/jiaola/marc4js",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"clarinet": "^0.10.0",
"sax": "^0.6.1",
"xmlbuilder": "^13.0.2"
},
"devDependencies": {
"chai": "^1.10.0",
"marc8": "0.0.4",
"mocha": "latest"
},
"keywords": [
"marc4js",
"marc",
"node.js",
"javascript",
"parser",
"marcxml",
"iso2709"
]
}