master
Jonatan Nilsson 2016-02-19 05:35:55 +00:00
parent f506c04cb4
commit 2aa4662b3b
1 changed files with 26 additions and 0 deletions

26
package.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "assert-extended",
"version": "1.0.0",
"description": "Core assert library extended slightly with few more assertion methods",
"main": "lib/assert.js",
"scripts": {
"test": "env NODE_ENV=test mocha --recursive --use_strict"
},
"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"
}
}