spiegel-keyman/package.json
2018-10-01 15:33:51 -06:00

25 lines
670 B
JSON

{
"name": "keyman-lmlayer-prototype",
"version": "0.20181001.0",
"description": "Description ",
"main": "index.js",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eddieantonio/keyman-lmlayer-prototype.git"
},
"author": "Eddie Antonio Santos <easantos@ualberta.ca> (http://eddieantonio.ca/)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/eddieantonio/keyman-lmlayer-prototype/issues"
},
"homepage": "https://github.com/eddieantonio/keyman-lmlayer-prototype#readme",
"devDependencies": {
"ava": "^0.25.0"
},
"dependencies": {
"tiny-worker": "^2.1.2"
}
}