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
553 B

11 years ago
{
"name": "assert",
"description": "commonjs assert - node.js api compatible",
11 years ago
"keywords": [
"assert"
],
11 years ago
"version": "1.1.1",
11 years ago
"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.3"
},
"devDependencies": {
11 years ago
"zuul": "~1.0.9",
"mocha": "1.14.0"
},
"license": "MIT",
"scripts": {
"test": "mocha --ui qunit test.js && zuul -- test.js"
11 years ago
}
}