wallet-core/node_modules/isexe/package.json

32 lines
786 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": "2.0.0",
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": "^10.3.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "tap test/*.js --100",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
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
}