react-spinkit
Version:
A collection of loading indicators animated with CSS for React
46 lines (45 loc) • 1.08 kB
JSON
{
"name": "react-spinkit",
"description": "A collection of loading indicators animated with CSS for React",
"version": "1.1.4",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"browserify": {
"transform": [
"cssify"
]
},
"bugs": {
"url": "https://github.com/KyleAMathews/react-spinkit/issues"
},
"dependencies": {
"classnames": "^1.2.0"
},
"devDependencies": {
"cjsx-loader": "^2.0.1",
"coffee-loader": "^0.7.2",
"coffee-react": "^3.0.1",
"coffee-react-transform": "^3.2.0",
"coffee-script": "^1.9.1",
"css-loader": "^0.9.1",
"cssify": "^0.7.0",
"mkdirp": "^0.5.1",
"style-loader": "^0.9.0",
"webpack": "^1.7.3"
},
"homepage": "https://github.com/KyleAMathews/react-spinkit",
"keywords": [
"react",
"react-component",
"spinkit",
"spinners"
],
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/KyleAMathews/react-spinkit.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}