spiegel-keyman/package.json
2018-10-12 14:22:51 -06:00

37 lines
897 B
JSON

{
"name": "keyman-lmlayer-prototype",
"version": "0.20181001.0",
"description": "Description ",
"main": "index.js",
"scripts": {
"test": "tsc && 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",
"ts-node": "^7.0.1",
"typescript": "^3.1.3"
},
"dependencies": {
"@types/node": "^10.11.7",
"tiny-worker": "^2.1.2"
},
"ava": {
"compileEnhancements": false,
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
}
}