Lexiconga/package.json

25 lines
644 B
JSON

{
"name": "lexiconga",
"title": "Lexiconga",
"version": "1.0.0",
"description": "A tool to build simple dictionaries using JSON.",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://Alamantus@github.com/Alamantus/Lexiconga.git"
},
"author": "Robbie Antenesse <gamedev@alamantus.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Alamantus/Lexiconga/issues"
},
"homepage": "https://github.com/Alamantus/Lexiconga#readme",
"dependencies": {
"marked": "^0.3.6",
"papaparse": "^4.1.2"
}
}