volatile/package.json

20 lines
498 B
JSON
Raw Normal View History

2018-07-12 14:56:47 -04:00
{
"name": "volatile",
2018-07-17 14:40:20 -04:00
"version": "7.0.1",
2018-07-12 14:56:47 -04:00
"description": "synchronous volatile thread lock",
"main": "volatile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcus13345/volatile.git"
},
"author": "Marcus Gosselin",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcus13345/volatile/issues"
},
"homepage": "https://github.com/marcus13345/volatile#readme"
}