-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 KB
/
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
42
43
44
45
46
{
"name": "niemo",
"version": "1.0.0",
"description": "NIEM conversion utilities",
"main": "index.js",
"scripts": {
"preinstall": "node scripts/preinstall.js",
"test": "tape test/**/*.js",
"dev": "nodemon --exec npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TJKoury/niemo.git"
},
"keywords": [
"NIEM",
"JSON-LD",
"schema",
"ontology"
],
"author": "TJKoury",
"license": "ISC",
"bugs": {
"url": "https://github.com/TJKoury/niemo/issues"
},
"homepage": "https://github.com/TJKoury/niemo#readme",
"devDependencies": {
"nodemon": "^1.11.0",
"tape": "^4.6.3",
"webpack-dev-server": "^2.9.3"
},
"dependencies": {
"elementtree": "^0.1.7",
"htmlparser2": "^3.9.2",
"jsonld": "^0.4.12",
"knex": "^0.12.9",
"libxmljs": "^0.18.4",
"niem": "git+https://github.com/DigitalArsenal/NIEM-Releases.git",
"pretty-data": "^0.40.0",
"sqlite3": "^3.1.8",
"tape": "^4.6.3",
"vue": "^2.5.2",
"xlsx": "^0.9.12",
"xmlbuilder": "^8.2.2"
}
}