digital-vcd-parser/package.json
Aliaksei Chapyzhenka 948293213f 0.1.2
2019-11-06 16:14:01 -08:00

41 lines
947 B
JSON

{
"name": "vcd-stream",
"version": "0.1.2",
"description": "Value Change Dump (VCD) parser",
"main": "lib/index.js",
"scripts": {
"test": "eslint bin && nyc -r=text -r=lcov mocha",
"build": "node bin/build.js && node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wavedrom/vcd.git"
},
"keywords": [
"VCD"
],
"author": "Aliaksei Chapyzhenka",
"license": "MIT",
"bugs": {
"url": "https://github.com/wavedrom/vcd/issues"
},
"homepage": "https://github.com/wavedrom/vcd#readme",
"dependencies": {
"async": "^3.1.0",
"bindings": "^1.5.0",
"fs-extra": "^8.1.0",
"llparse": "^6.2.0"
},
"devDependencies": {
"@drom/eslint-config": "^0.10.0",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"llparse-dot": "^1.0.1",
"mocha": "^6.2.2",
"nyc": "^14.1.1"
},
"eslintConfig": {
"extends": "@drom/eslint-config/eslint4/node8"
}
}