UNPKG

react-animate-number

Version:
47 lines (46 loc) 1.23 kB
{ "name": "react-animate-number", "version": "0.1.4", "description": "React Animate Number", "main": "lib/ReactAnimateNumber.js", "author": "Chen Qing", "homepage": "https://github.com/chenqingspring/react-animate-number", "repository": { "type": "git", "url": "https://github.com/chenqingspring/react-animate-number.git" }, "bugs": { "url": "https://github.com/chenqingspring/react-animate-number/issues" }, "dependencies": { }, "devDependencies": { "babel-eslint": "^4.1.3", "eslint": "^1.6.0", "eslint-plugin-react": "^3.5.1", "gulp": "^3.9.0", "react": "^0.14.0", "react-component-gulp-tasks": "^0.7.6", "react-dom": "^0.14.0" }, "peerDependencies": { "react": "^0.14.0" }, "browserify-shim": { "react": "global:React" }, "scripts": { "build": "gulp clean && NODE_ENV=production gulp build", "examples": "gulp dev:server", "lint": "eslint ./; true", "publish:site": "NODE_ENV=production gulp publish:examples", "release": "NODE_ENV=production gulp release", "start": "gulp dev", "test": "echo \"no tests yet\" && exit 0", "watch": "gulp watch:lib" }, "keywords": [ "react", "react-component" ] }