UNPKG

react-gif-loader

Version:
45 lines (44 loc) 959 B
{ "name": "react-gif-loader", "version": "0.6.0", "description": "Put a description here", "main": "build/index.js", "peerDependencies": { "react": "^15.5.4" }, "dependencies": { "react": "^15.5.4", "webpack": "^2.6.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack --watch", "build": "webpack" }, "keywords": [ "react", "loader", "gif", "page", "loading", "screen", "full" ], "author": { "name": "Thamodaran", "email": "kthamodaran@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/Thamodaran/react-gif-loader" }, "license": "MIT", "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-loader": "^7.0.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.5.1" } }