wallet-core/node_modules/common-path-prefix/package.json

30 lines
770 B
JSON
Raw Normal View History

2017-05-28 00:38:50 +02:00
{
"name": "common-path-prefix",
"version": "1.0.0",
"description": "Computes the longest prefix string that is common to each path, excluding the base component",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"coverage": "nyc npm test",
"test": "ava",
"posttest": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/novemberborn/common-path-prefix.git"
},
"author": "Mark Wubben (https://novemberborn.net/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/novemberborn/common-path-prefix/issues"
},
"homepage": "https://github.com/novemberborn/common-path-prefix#readme",
"devDependencies": {
"ava": "^0.9.1",
"nyc": "^5.3.0",
"standard": "^5.4.1"
}
}