wallet-core/node_modules/get-caller-file/package.json

32 lines
675 B
JSON
Raw Normal View History

2017-05-03 15:35:00 +02:00
{
"name": "get-caller-file",
2018-09-20 02:56:13 +02:00
"version": "1.0.3",
2017-05-03 15:35:00 +02:00
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"files": [
"index.js"
],
"scripts": {
"test": "mocha test",
"test:debug": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stefanpenner/get-caller-file.git"
},
"author": "Stefan Penner",
"license": "ISC",
"bugs": {
"url": "https://github.com/stefanpenner/get-caller-file/issues"
},
"homepage": "https://github.com/stefanpenner/get-caller-file#readme",
"devDependencies": {
2018-09-20 02:56:13 +02:00
"chai": "^4.1.2",
2017-05-03 15:35:00 +02:00
"ensure-posix-path": "^1.0.1",
2018-09-20 02:56:13 +02:00
"mocha": "^5.2.0"
2017-05-03 15:35:00 +02:00
}
}