Spaces:
Paused
Paused
File size: 710 Bytes
9307755 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
{
"name": "bytesish",
"version": "0.4.4",
"main": "node.js",
"browser": "browser.js",
"scripts": {
"test": "hundreds aegir test -t node browser",
"pretest": "aegir lint"
},
"keywords": [],
"author": "Mikeal Rogers <mikeal.rogers@gmail.com> (https://www.mikealrogers.com/)",
"license": "(Apache-2.0 AND MIT)",
"devDependencies": {
"aegir": "^20.4.1",
"hundreds": "0.0.2",
"tsame": "^2.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikeal/bytesish.git"
},
"bugs": {
"url": "https://github.com/mikeal/bytesish/issues"
},
"homepage": "https://github.com/mikeal/bytesish#readme",
"description": "Cross-Platform Binary API"
}
|