wallet-core/node_modules/natives/package.json

26 lines
587 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "natives",
2018-09-20 02:56:13 +02:00
"version": "1.1.5",
2016-11-03 01:33:53 +01:00
"description": "Do stuff with Node.js's native JavaScript modules",
"main": "index.js",
"scripts": {
2018-09-20 02:56:13 +02:00
"test": "tap test/*.js"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
2018-09-20 02:56:13 +02:00
"url": "git+https://github.com/addaleax/natives.git"
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/)",
"license": "ISC",
2016-10-10 03:43:44 +02:00
"bugs": {
2018-09-20 02:56:13 +02:00
"url": "https://github.com/addaleax/natives/issues"
2016-10-10 03:43:44 +02:00
},
2018-09-20 02:56:13 +02:00
"homepage": "https://github.com/addaleax/natives#readme",
2016-10-10 03:43:44 +02:00
"devDependencies": {
2018-09-20 02:56:13 +02:00
"tap": "^11.0.0"
2016-10-10 03:43:44 +02:00
},
"files": [
"index.js"
2016-11-03 01:33:53 +01:00
]
2016-10-10 03:43:44 +02:00
}