Permalink
{ | |
"name": "react-vimeo", | |
"version": "0.1.0", | |
"description": "React component to load video from Vimeo", | |
"author": { | |
"name": "Berkeley Martinez", | |
"email": "berkeley@r3dm.com", | |
"url": "https://github.com/berkeleytrue" | |
}, | |
"bugs": { | |
"url": "https://github.com/freecodecamp/react-vimeo/issues" | |
}, | |
"homepage": "https://github.com/freecodecamp/react-vimeo", | |
"license": "MIT", | |
"main": "lib/Vimeo.js", | |
"repository": { | |
"type": "git", | |
"url": "git://github.com/freecodecamp/react-vimeo" | |
}, | |
"keywords": [ | |
"react", | |
"react-component", | |
"react-video", | |
"video", | |
"vimeo", | |
"player" | |
], | |
"scripts": { | |
"build": "npm run build-npm && npm run build-umd && npm run build-css", | |
"build-css": "stylus --use nib lib/Vimeo.styl -o lib/ && stylus --compress --use nib lib/Vimeo.styl -o lib/Vimeo.min.css && npm run build-css-size", | |
"build-css-size": "echo \"gzipped, the css build is `gzip -c lib/Vimeo.min.css | wc -c | sed -e 's/^[[:space:]]*//'` bytes\"", | |
"build-npm": "babel src --out-dir lib", | |
"build-umd": "NODE_ENV=production webpack src/Vimeo.jsx lib/umd/ReactVimeo.js && NODE_ENV=production webpack -p src/Vimeo.jsx lib/umd/ReactVimeo.min.js && npm run build-size", | |
"build-size": "echo \"gzipped, the umd build is `gzip -c lib/umd/ReactVimeo.min.js | wc -c | sed -e 's/^[[:space:]]*//'` bytes\"", | |
"lint": "eslint .", | |
"prepublish": "npm run test && npm run build", | |
"test": "npm run lint" | |
}, | |
"peerDependencies": { | |
"react": ">=0.14.0" | |
}, | |
"devDependencies": { | |
"babel-core": "^5.6.15", | |
"babel-eslint": "^3.1.23", | |
"babel-loader": "^5.3.1", | |
"browser-sync": "^1.5.2", | |
"eslint": "^0.24.0", | |
"eslint-plugin-react": "^2.6.4", | |
"jest-cli": "^0.1.18", | |
"lodash": "^2.4.1", | |
"nib": "^1.1.0", | |
"node-libs-browser": "^0.5.2", | |
"react": "^0.14.6", | |
"react-dom": "^0.14.6", | |
"stylus": "^0.51.1", | |
"webpack": "^1.10.1", | |
"yargs": "^1.3.2" | |
}, | |
"dependencies": { | |
"debug": "^2.2.0", | |
"jsonp": "^0.2.0", | |
"keymirror": "^0.1.1" | |
} | |
} |