react / react-0.13.3 / examples / basic-commonjs / node_modules / reactify / node_modules / react-tools / node_modules / commoner / package.json
81153 views{1"author": {2"name": "Ben Newman",3"email": "[email protected]"4},5"name": "commoner",6"description": "Flexible tool for translating any dialect of JavaScript into Node-readable CommonJS modules",7"keywords": [8"modules",9"require",10"commonjs",11"exports",12"commoner",13"browserify",14"stitch"15],16"version": "0.10.1",17"license": "MIT",18"homepage": "http://github.com/reactjs/commoner",19"repository": {20"type": "git",21"url": "git://github.com/reactjs/commoner.git"22},23"main": "main.js",24"bin": {25"commonize": "./bin/commonize"26},27"scripts": {28"test": "node ./node_modules/mocha/bin/mocha --reporter spec test/run.js"29},30"dependencies": {31"q": "~1.1.2",32"recast": "~0.9.5",33"commander": "~2.5.0",34"graceful-fs": "~3.0.4",35"glob": "~4.2.1",36"mkdirp": "~0.5.0",37"private": "~0.1.6",38"install": "~0.1.7",39"iconv-lite": "~0.4.5"40},41"devDependencies": {42"mocha": "~2.0.1"43},44"engines": {45"node": ">= 0.8"46},47"gitHead": "deef3d745a5cb59c2d6670fa768ad3fe51ae1cd5",48"bugs": {49"url": "https://github.com/reactjs/commoner/issues"50},51"_id": "[email protected]",52"_shasum": "53ab254aeb93ec0b19e9a1ca14e1d0e5fe998588",53"_from": "commoner@>=0.10.0 <0.11.0",54"_npmVersion": "1.4.28",55"_npmUser": {56"name": "benjamn",57"email": "[email protected]"58},59"maintainers": [60{61"name": "benjamn",62"email": "[email protected]"63}64],65"dist": {66"shasum": "53ab254aeb93ec0b19e9a1ca14e1d0e5fe998588",67"tarball": "http://registry.npmjs.org/commoner/-/commoner-0.10.1.tgz"68},69"directories": {},70"_resolved": "https://registry.npmjs.org/commoner/-/commoner-0.10.1.tgz"71}727374