You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
646 B
26 lines
646 B
{
|
|
"name": "assert-extended",
|
|
"version": "1.0.1",
|
|
"description": "Core assert library extended slightly with few more assertion methods",
|
|
"main": "lib/assert.js",
|
|
"scripts": {
|
|
"test": "env NODE_ENV=test mocha --recursive"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
|