npm init
This commit is contained in:
parent
f506c04cb4
commit
2aa4662b3b
1 changed files with 26 additions and 0 deletions
26
package.json
Normal file
26
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue