reacthead
Version:
Modify the page <head> with React jsx tags in any component. Set title, etc.
37 lines (36 loc) • 742 B
JSON
{
"name": "reacthead",
"version": "0.1.2",
"description": "Modify the page <head> with React jsx tags in any component. Set title, etc.",
"main": "./bin/reacthead.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"head",
"react-head",
"react-helmet",
"helmet",
"title",
"link",
"meta"
],
"author": "Daniel Winterstein",
"license": "MIT",
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.23.0"
},
"scripts": {
"build": "babel src --out-dir bin",
"watch": "babel src --out-dir bin --watch",
"prepublish": "npm run build"
}
}