react-text-raw-html
Version:
Npm package for extracting content data from html raw data
33 lines (32 loc) • 899 B
JSON
{
"name": "react-text-raw-html",
"version": "0.0.3",
"description": "Npm package for extracting content data from html raw data",
"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"
},
"author": {
"name": "Granddevv",
"email": "spacingflight@outlook.com"
},
"repository": "https://github.com/Granddevv/react-text-raw-html.git",
"keywords": ["react", "text", "raw", "html", "content"],
"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"
}
}