UNPKG

waiting

Version:

A React component to tell the user they are waiting with a pulse animation :)

47 lines (46 loc) 1.23 kB
{ "name": "waiting", "description": "A React component to tell the user they are waiting with a pulse animation :)", "jsnext:main": "dist/next.js", "main": "dist/cjs.js", "scripts": { "bundle": "rollup -c .rollup/cjs.js && rollup -c .rollup/next.js", "prepublish": "npm run bundle", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/UXtemple/waiting.git" }, "keywords": [ "waiting", "react", "component", "loading", "uxtemple" ], "author": "UXtemple <hi@uxtemple.com>", "contributors": [ "Darío Javier Cravero <dario@uxtemple.com>", "Tom Parandyk <tom@uxtemple.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/UXtemple/waiting/issues" }, "homepage": "https://github.com/UXtemple/waiting#readme", "devDependencies": { "babel": "^6.3.13", "babel-cli": "^6.3.17", "babel-plugin-external-helpers": "^6.4.0", "babel-preset-es2015-rollup": "^1.1.1", "babel-preset-react": "^6.3.13", "rollup": "0.25.1", "rollup-plugin-babel": "^2.3.9" }, "peerDependencies": { "react": "^15.0.0" }, "dependencies": {}, "version": "1.0.2" }