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.
25 lines
555 B
25 lines
555 B
{
|
|
"name": "assert",
|
|
"description": "commonjs assert - node.js api compatible",
|
|
"keywords": [
|
|
"assert"
|
|
],
|
|
"version": "1.3.0",
|
|
"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": {
|
|
"zuul": "~1.10.2",
|
|
"mocha": "~1.21.4"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "mocha --ui qunit test.js && zuul -- test.js"
|
|
}
|
|
}
|
|
|