jacdac-ts/package.json

36 строки
844 B
JSON
Исходник Обычный вид История

2020-06-22 16:32:31 +03:00
{
"name": "jacdac-ts",
"version": "0.0.0",
"description": "TypeScript/JavaScript library for JACDAC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/jacdac-ts.git"
},
"keywords": [
"JACDAC"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/jacdac-ts/issues"
},
"homepage": "https://github.com/microsoft/jacdac-ts#readme",
"dependencies": {
"webusb": "^2.0.1"
2020-06-22 17:16:55 +03:00
},
"devDependencies": {
"browserify": "^16.5.1",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-typescript": "^5.0.1",
"rimraf": "^3.0.2",
"tsify": "^4.0.2",
"typescript": "^3.8.3",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
2020-06-22 16:32:31 +03:00
}
}