wallet-core/node_modules/isexe/package.json

29 lines
707 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "isexe",
"version": "1.1.2",
2016-10-10 03:43:44 +02:00
"description": "Minimal module to check if a file is executable.",
2016-11-03 01:33:53 +01:00
"main": "index.js",
"directories": {
"test": "test"
},
2016-10-10 03:43:44 +02:00
"devDependencies": {
"mkdirp": "^0.5.1",
"rimraf": "^2.5.0",
"tap": "^5.1.2"
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "tap test/*.js --branches=100 --statements=100 --functions=100 --lines=100"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
2016-10-10 03:43:44 +02:00
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/isexe.git"
},
2016-11-03 01:33:53 +01:00
"keywords": [],
"bugs": {
"url": "https://github.com/isaacs/isexe/issues"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/isaacs/isexe#readme"
2016-10-10 03:43:44 +02:00
}