2016-07-31 23:43:13 +03:00
|
|
|
{
|
|
|
|
"name": "bac",
|
2016-08-05 03:47:00 +03:00
|
|
|
"version": "0.0.4",
|
2016-07-31 23:59:23 +03:00
|
|
|
"description": "Blood Alcohol Content",
|
2016-08-05 03:46:13 +03:00
|
|
|
"main": "src/bac.js",
|
2016-07-31 23:43:13 +03:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^3.5.0",
|
|
|
|
"mocha": "^2.5.3"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/wadewegner/bac.git"
|
|
|
|
},
|
|
|
|
"author": "Wade Wegner",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/wadewegner/bac/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/wadewegner/bac#readme"
|
|
|
|
}
|