-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1000 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1000 Bytes
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
{
"name": "calcyte",
"version": "1.0.5",
"description": "Calcyte is a command-line tool and set of libraries for creating and managing DataCrate data packages",
"main": "index.js",
"bin": {
"calcyfy": "./calcyfy"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"author": "Peter Sefton",
"license": "GPL-3.0",
"repository": "https://code.research.uts.edu.au/eresearch/CalcyteJS.git",
"devDependencies": {
"mocha": "^4.1.0"
},
"dependencies": {
"chai": "^4.2.0",
"chai-fs": "^2.0.0",
"cheerio": "^1.0.0-rc.2",
"ejs": "^2.5.7",
"filesize": "^3.6.1",
"fs-extra": "^8.0.1",
"gladstone": "^0.2.4",
"html-entities": "^1.2.1",
"iri": "^1.3.0",
"jquery": "^3.4.1",
"jsdom": "^11.6.2",
"json": "^9.0.6",
"jsonld": "^0.4.12",
"node-json2html": "^1.1.1",
"sha1": "^1.1.1",
"shelljs": "^0.8.1",
"tmp": "0.0.33",
"uri-js": "^4.2.2",
"xlsx": "^0.11.17",
"xmlbuilder": "^9.0.4"
}
}