assert-extended/package.json

27 lines
646 B
JSON
Raw Normal View History

2016-02-19 05:35:55 +00:00
{
"name": "assert-extended",
"version": "1.0.0",
"description": "Core assert library extended slightly with few more assertion methods",
"main": "lib/assert.js",
"scripts": {
2016-02-24 10:07:34 +00:00
"test": "env NODE_ENV=test mocha --recursive"
2016-02-19 05:35:55 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheThing/assert-extended.git"
},
"keywords": [
"assert",
"test"
],
"author": "Jonatan Nilsson",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/TheThing/assert-extended/issues"
},
"homepage": "https://github.com/TheThing/assert-extended#readme",
"devDependencies": {
"mocha": "^2.4.5"
}
}