UNPKG

rentypo

Version:

React's components for Entypo+ icons

43 lines (42 loc) 926 B
{ "name": "rentypo", "version": "0.0.2", "description": "React's components for Entypo+ icons", "main": "index.js", "scripts": { "compile": "webpack --progress -p", "prepublish": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/kocisov/rentypo.git" }, "keywords": [ "React", "Entypo", "Icons", "Svg", "Component" ], "author": "kocisov", "license": "MIT", "bugs": { "url": "https://github.com/kocisov/rentypo/issues" }, "homepage": "https://github.com/kocisov/rentypo#readme", "dependencies": { "react": "^15.3.2", "react-dom": "^15.3.2" }, "devDependencies": { "babel-core": "^6.16.0", "babel-loader": "^6.2.5", "babel-preset-es2015": "^6.16.0", "babel-preset-react": "^6.16.0", "babel-preset-stage-0": "^6.16.0", "webpack": "^1.13.2" }, "directories": { "test": "test" } }