Files
unpkg/public/react-motion@0.5.2/package.json
2019-01-05 17:14:36 -08:00

232 lines
5.2 KiB
JSON

{
"_from": "react-motion",
"_id": "react-motion@0.5.2",
"_inBundle": false,
"_integrity": "sha512-9q3YAvHoUiWlP3cK0v+w1N5Z23HXMj4IF4YuvjvWegWqNPfLXsOBE/V7UvQGpXxHFKRQQcNcVQE31g9SB/6qgQ==",
"_location": "/react-motion",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-motion",
"name": "react-motion",
"escapedName": "react-motion",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-motion/-/react-motion-0.5.2.tgz",
"_shasum": "0dd3a69e411316567927917c6626551ba0607316",
"_spec": "react-motion",
"_where": "/Users/michael/Projects/unpkg.com",
"author": "",
"bugs": {
"url": "https://github.com/chenglou/react-motion/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Adrian le Bas"
},
{
"name": "Amadeus Junqueira"
},
{
"name": "Benjamin San Souci"
},
{
"name": "Bishop Zareh"
},
{
"name": "Brenton Simpson"
},
{
"name": "Cesar Andreu"
},
{
"name": "Cheng Lou"
},
{
"name": "Dan Abramov"
},
{
"name": "Daniel Dunderfelt"
},
{
"name": "Dustan Kasten"
},
{
"name": "Frederick Fogerty"
},
{
"name": "Gaëtan Renaudeau"
},
{
"name": "Google, Inc."
},
{
"name": "Henry Zhu"
},
{
"name": "Ivan Starkov"
},
{
"name": "Jeroen van Aert"
},
{
"name": "Jesper Petersson"
},
{
"name": "Jevgeni Geimanen"
},
{
"name": "Joe Lencioni"
},
{
"name": "John Amiah Ford"
},
{
"name": "Jon Lebensold"
},
{
"name": "Justin Morris"
},
{
"name": "Kyle Mathews"
},
{
"name": "Ludovico Fischer"
},
{
"name": "Michael J Hoffman"
},
{
"name": "Mirko Mariani"
},
{
"name": "Neil Kistner"
},
{
"name": "Nik Butenko"
},
{
"name": "Nikhil Baradwaj"
},
{
"name": "Olivier Tassinari"
},
{
"name": "Paolo Moretti"
},
{
"name": "Raymond Zhou"
},
{
"name": "Robert Haritonov"
},
{
"name": "Sorin Iclanzan"
},
{
"name": "Stefan Dombrowski"
},
{
"name": "Stephen J. Collings"
},
{
"name": "Sundeep Malladi"
},
{
"name": "Sunil Pai"
},
{
"name": "Travis Arnold"
},
{
"name": "Wilfred Denton"
}
],
"dependencies": {
"performance-now": "^0.2.0",
"prop-types": "^15.5.8",
"raf": "^3.1.0"
},
"deprecated": false,
"description": "A spring that solves your animation problems.",
"devDependencies": {
"babel": "^5.8.23",
"babel-browser-transform": "^0.1.0",
"babel-core": "^5.6.18",
"babel-eslint": "^6.1.2",
"babel-loader": "^5.3.1",
"codemirror": "^5.5.0",
"css-loader": "^0.19.0",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-loader": "^1.1.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"flow-bin": "^0.53.1",
"flow-copy-source": "^1.1.0",
"inject-loader": "^2.0.1",
"isparta-loader": "^0.2.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.10",
"karma-coverage": "^0.5.2",
"karma-jasmine": "^0.3.6",
"karma-jasmine-diff-reporter": "^0.3.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-webpack": "^1.7.0",
"lodash.range": "^3.0.1",
"phantomjs": "^1.9.17",
"react": ">=15.5.0",
"react-codemirror": ">=0.1.2",
"react-dom": ">=15.5.0",
"react-hot-loader": "^1.2.8",
"style-loader": "^0.12.4",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"homepage": "https://github.com/chenglou/react-motion#readme",
"keywords": [
"react",
"component",
"react-component",
"transitiongroup",
"spring",
"tween",
"motion",
"animation",
"transition",
"ui"
],
"license": "MIT",
"main": "lib/react-motion.js",
"name": "react-motion",
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chenglou/react-motion.git"
},
"scripts": {
"build-demos": "webpack",
"flow_check": "flow check",
"gh-pages": "git fetch origin && git checkout gh-pages && git reset --hard origin/gh-pages && git rebase origin/master --force-rebase && npm run build-demos && git add . && git commit --amend --no-edit && git push origin gh-pages --force && git checkout master",
"lint": "eslint --ext .js,.jsx .",
"prepublish": "rm -rf lib && babel src --out-dir lib && flow-copy-source -v src lib && webpack --config webpack.prod.config.js",
"start": "node server.js",
"test": "karma start ./karma.conf.js --single-run",
"test:cov": "karma start ./karma.conf.js --single-run --reporters coverage",
"test:dev": "karma start ./karma.conf.js --no-single-run --auto-watch",
"test:travis": "karma start ./karma.conf.js --single-run"
},
"version": "0.5.2"
}