magnet-david
Version:
Magnet adapter for david
50 lines (49 loc) • 1.23 kB
JSON
{
"name": "magnet-david",
"version": "0.2.1",
"description": "Magnet adapter for david",
"keywords": [
"magnet",
"magnetjs",
"david"
],
"homepage": "https://github.com/magnetjs/magnet-david#readme",
"bugs": {
"url": "https://github.com/magnetjs/magnet-david/issues"
},
"license": "MIT",
"author": "Kieve Chua <kievechua@gmail.com> (https://github.com/kievechua)",
"files": [
"README",
"CHANGELOG.md",
"dist"
],
"main": "dist/index.js",
"repository": "magnetjs/magnet-david",
"scripts": {
"build": "tsc",
"dist": "npm run build && npm publish",
"start": "tsc",
"test": "ts-node tests/index.js | tap-spec",
"watch": "tsc - w",
"watch-test": "nodemon --delay 0.5 --ignore src --exec ts-node tests/index.js | tap-spec",
"watch-all": "concurrently \"npm run watch\" \"npm run watch-test\""
},
"dependencies": {
"david": "^11.0.0",
"magnet-core": "^3.3.0"
},
"devDependencies": {
"@types/node": "^7.0.5",
"concurrently": "^3.3.0",
"nodemon": "^1.9.1",
"standard": "^8.6.0",
"tap-spec": "^4.1.1",
"tape": "^4.5.1",
"ts-node": "^2.1.0",
"typescript": "^2.2.1"
},
"engines": {
"node": ">=6.9.5"
}
}