units
Version:
Module-like system with two-step initialization
34 lines (33 loc) • 665 B
JSON
{
"author": {
"name": "Alexey Novikov",
"email": "v@2dubs.com"
},
"bugs": {
"url": "https://github.com/velocityzen/units/issues"
},
"description": "Module-like system with two-step initialization",
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/velocityzen/units#readme",
"keywords": [
"init",
"module"
],
"main": "./index",
"name": "units",
"repository": {
"type": "git",
"url": "git+https://github.com/velocityzen/units.git"
},
"version": "5.3.0",
"scripts": {
"test": "nyc ava"
},
"license": "MIT",
"devDependencies": {
"ava": "^3.0.0",
"nyc": "^15.0.0"
}
}