wallet-core/node_modules/natives/package.json

26 lines
586 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "natives",
"version": "1.1.0",
"description": "Do stuff with Node.js's native JavaScript modules",
"main": "index.js",
"scripts": {
"test": "tap test/*.js --100"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/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": {
"url": "https://github.com/isaacs/natives/issues"
},
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/isaacs/natives#readme",
2016-10-10 03:43:44 +02:00
"devDependencies": {
"tap": "^7.0.0"
},
"files": [
"index.js"
2016-11-03 01:33:53 +01:00
]
2016-10-10 03:43:44 +02:00
}