wallet-core/node_modules/process-nextick-args/package.json

23 lines
545 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "process-nextick-args",
"version": "1.0.7",
"description": "process.nextTick but always with args",
"main": "index.js",
"scripts": {
"test": "node test.js"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "https://github.com/calvinmetcalf/process-nextick-args.git"
2016-10-10 03:43:44 +02:00
},
"author": "",
2016-11-03 01:33:53 +01:00
"license": "MIT",
2016-10-10 03:43:44 +02:00
"bugs": {
"url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
},
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/calvinmetcalf/process-nextick-args",
2016-10-10 03:43:44 +02:00
"devDependencies": {
"tap": "~0.2.6"
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}