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.
|
|
|
{
|
|
|
|
"name": "assert",
|
|
|
|
"description": "Node.JS assert module",
|
|
|
|
"keywords": [
|
|
|
|
"ender",
|
|
|
|
"assert"
|
|
|
|
],
|
|
|
|
"version": "0.4.9",
|
|
|
|
"homepage": "https://github.com/defunctzombie/commonjs-assert",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/defunctzombie/commonjs-assert.git"
|
|
|
|
},
|
|
|
|
"main": "./assert.js",
|
|
|
|
"dependencies": {
|
|
|
|
"util": "0.10.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "1.14.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha --ui qunit test.js"
|
|
|
|
}
|
|
|
|
}
|