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.
19 lines
379 B
19 lines
379 B
11 years ago
|
{
|
||
|
"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.4.9"
|
||
|
}
|
||
|
}
|