UNPKG

722 BJSONView Raw
1{
2 "name": "reflib",
3 "version": "1.0.2",
4 "description": "Reference library processing for Node",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/hash-bang/Reflib"
12 },
13 "keywords": [
14 "endnote",
15 "endnotexml",
16 "references",
17 "library",
18 "xml",
19 "parser"
20 ],
21 "author": "Matt Carter <m@ttcarter.com>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/hash-bang/Reflib-Node/issues"
25 },
26 "homepage": "https://github.com/hash-bang/Reflib-Node",
27 "dependencies": {
28 "lodash": "^3.8.0",
29 "reflib-endnotexml": "^1.0.1"
30 },
31 "devDependencies": {
32 "chai": "^2.3.0",
33 "mocha": "^2.2.4"
34 }
35}