another-brick
Version:
AB, for another-brick
37 lines (36 loc) • 742 B
JSON
{
"name": "another-brick",
"version": "1.3.1",
"description": "AB, for another-brick",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "np"
},
"np": {
"anyBranch": false,
"cleanup": true,
"tests": false,
"releaseDraft": true
},
"repository": {
"type": "git",
"url": "https://github.com/lordfpx/AB.git"
},
"keywords": [
"javascript",
"native",
"vanilla",
"another-brick",
"AB"
],
"author": "Thierry Philippe (@lordfpx)",
"license": "ISC",
"bugs": {
"url": "https://github.com/lordfpx/AB/issues"
},
"homepage": "https://github.com/lordfpx/AB#readme",
"devDependencies": {
"np": "^5.1.3"
}
}