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.
 

29 lines
729 B

{
"name": "assert",
"description": "commonjs assert - node.js api compatible",
"keywords": [
"assert"
],
"version": "1.4.0",
"homepage": "https://github.com/defunctzombie/commonjs-assert",
"repository": {
"type": "git",
"url": "git://github.com/defunctzombie/commonjs-assert.git"
},
"main": "./assert.js",
"dependencies": {
"buffer-shims": "1.0.0",
"util": "0.10.3"
},
"devDependencies": {
"zuul": "~3.9.0",
"mocha": "~1.21.4"
},
"license": "MIT",
"scripts": {
"test-node": "mocha --ui qunit test.js",
"test-browser": "zuul -- test.js",
"test": "npm run test-node && npm run test-browser",
"test-native": "TEST_NATIVE=true mocha --ui qunit test.js"
}
}