Adding package file
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "calcyte", | ||
"version": "0.2.0", | ||
"description": "Javascript version of the Calcyte tool for data packaging", | ||
"main": "index.js", | ||
"bin": { | ||
"calcyfy": "./calcyfy" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Peter Sefton", | ||
"license": "GPL-3.0", | ||
"dependencies": { | ||
"cheerio": "^1.0.0-rc.2", | ||
"ejs": "^2.5.7", | ||
"html-entities": "^1.2.1", | ||
"jquery": "^3.3.1", | ||
"jsdom": "^11.6.2", | ||
"json": "^9.0.6", | ||
"jsonld": "^0.4.12", | ||
"mocha": "^4.1.0", | ||
"node-json2html": "^1.1.1", | ||
"shelljs": "^0.8.1", | ||
"xlsx": "^0.11.17", | ||
"xmlbuilder": "^9.0.4" | ||
} | ||
} |
Please register or sign in to comment