UNPKG

motion

Version:

motion - moving development forward

43 lines (42 loc) 1.11 kB
{ "name": "motion-client", "version": "0.9.12", "main": "index.js", "scripts": { "build": "webpack --config webpack.release.js", "watch": "webpack --watch" }, "author": "", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/motion/motion.git" }, "bugs": { "url": "https://github.com/motion/motion/issues" }, "homepage": "https://motionjs.com", "devDependencies": { "node-fetch": "1.3.3", "babel-runtime": "5.8.34", "classnames": "2.2.3", "clone": "1.0.2", "deep-equal": "1.0.1", "event-emitter": "0.3.4", "motion-nice-styles": "^0.9.0", "motion-radium": "0.16.7", "hash-sum": "1.0.2", "history": "2.0.0-rc2", "lodash.isequal": "4.0.0", "raf": "3.1.0", "route-parser": "0.0.4", "strip-ansi": "3.0.0", "whatwg-fetch": "0.10.1", "react": "0.15.0-alpha.1", "react-dom": "0.15.0-alpha.1", "reapp-object-assign": "1.0.0", "babel-plugin-syntax-flow": "^6.5.0", "babel-plugin-transform-flow-strip-types": "^6.5.0", "babel-plugin-transform-runtime": "^6.5.2" } }