react / wstein / node_modules / browserify / node_modules / browser-pack / node_modules / umd / package.json
80538 views{1"name": "umd",2"version": "3.0.1",3"description": "Universal Module Definition for use in automated build systems",4"bin": {5"umd": "./bin/cli.js"6},7"dependencies": {},8"devDependencies": {9"brfs": "^1.3.0",10"linify": "~1.0.1",11"mocha": "*",12"uglify-js": "~2.4.0"13},14"scripts": {15"build": "uglifyjs template.js > template.min.js && brfs source.js > index.js",16"test": "npm run build && mocha -R spec",17"prepublish": "npm run build && linify transform bin"18},19"files": [20"index.js",21"bin/cli.js"22],23"repository": {24"type": "git",25"url": "https://github.com/ForbesLindesay/umd.git"26},27"author": {28"name": "ForbesLindesay"29},30"license": "MIT",31"gitHead": "8fc39397901723d695136ee1fdceefb8e0392f5f",32"bugs": {33"url": "https://github.com/ForbesLindesay/umd/issues"34},35"homepage": "https://github.com/ForbesLindesay/umd",36"_id": "[email protected]",37"_shasum": "8ae556e11011f63c2596708a8837259f01b3d60e",38"_from": "umd@>=3.0.0 <4.0.0",39"_npmVersion": "1.4.28",40"_npmUser": {41"name": "zertosh",42"email": "[email protected]"43},44"maintainers": [45{46"name": "forbeslindesay",47"email": "[email protected]"48},49{50"name": "zertosh",51"email": "[email protected]"52},53{54"name": "jazz",55"email": "[email protected]"56},57{58"name": "ralphtheninja",59"email": "[email protected]"60}61],62"dist": {63"shasum": "8ae556e11011f63c2596708a8837259f01b3d60e",64"tarball": "http://registry.npmjs.org/umd/-/umd-3.0.1.tgz"65},66"directories": {},67"_resolved": "https://registry.npmjs.org/umd/-/umd-3.0.1.tgz"68}697071