UNPKG

442 BJSONView Raw
1{
2 "name": "babel-plugin-react-html-attrs",
3 "description": "Babel plugin which transforms HTML attributes in JSX to their React equivalents",
4 "version": "1.0.0",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "devDependencies": {
10 "babel": "^5.8.23",
11 "mocha": "^2.3.3"
12 },
13 "license": "MIT",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/insin/babel-plugin-react-html-attrs.git"
17 }
18}