wallet-core/node_modules/abbrev/package.json
2017-05-03 15:35:00 +02:00

19 lines
378 B
JSON

{
"name": "abbrev",
"version": "1.0.9",
"description": "Like ruby's abbrev module, but in js",
"author": "Isaac Z. Schlueter <i@izs.me>",
"main": "abbrev.js",
"scripts": {
"test": "tap test.js --cov"
},
"repository": "http://github.com/isaacs/abbrev-js",
"license": "ISC",
"devDependencies": {
"tap": "^5.7.2"
},
"files": [
"abbrev.js"
]
}