react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / assert / package.json
80712 views{1"name": "assert",2"description": "commonjs assert - node.js api compatible",3"keywords": [4"assert"5],6"version": "1.1.2",7"homepage": "https://github.com/defunctzombie/commonjs-assert",8"repository": {9"type": "git",10"url": "git://github.com/defunctzombie/commonjs-assert.git"11},12"main": "./assert.js",13"dependencies": {14"util": "0.10.3"15},16"devDependencies": {17"zuul": "~1.10.2",18"mocha": "~1.21.4"19},20"license": "MIT",21"scripts": {22"test": "mocha --ui qunit test.js && zuul -- test.js"23},24"gitHead": "2c34238b6ad053068680be5372b96721dec48fcb",25"bugs": {26"url": "https://github.com/defunctzombie/commonjs-assert/issues"27},28"_id": "[email protected]",29"_shasum": "adaa04c46bb58c6dd1f294da3eb26e6228eb6e44",30"_from": "assert@>=1.1.0 <1.2.0",31"_npmVersion": "1.4.23",32"_npmUser": {33"name": "shtylman",34"email": "[email protected]"35},36"maintainers": [37{38"name": "coolaj86",39"email": "[email protected]"40},41{42"name": "shtylman",43"email": "[email protected]"44}45],46"dist": {47"shasum": "adaa04c46bb58c6dd1f294da3eb26e6228eb6e44",48"tarball": "http://registry.npmjs.org/assert/-/assert-1.1.2.tgz"49},50"directories": {},51"_resolved": "https://registry.npmjs.org/assert/-/assert-1.1.2.tgz"52}535455