tags
Version:
react without jsx
40 lines (39 loc) • 942 B
JSON
{
"name": "tags",
"version": "2.0.10",
"description": "react without jsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcuswestin/tags.js.git"
},
"author": "Marcus Westin <narcvs@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marcuswestin/tags.js/issues"
},
"homepage": "https://github.com/marcuswestin/tags.js#readme",
"devDependencies": {
"babel-core": "^6.0.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^14.5.0",
"budo": "^10.0.4",
"uglifyify": "^4.0.4"
},
"dependencies": {
"babel-preset-react": "^6.24.1",
"create-react-class": "^15.6.2",
"lodash": "^4.17.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"webfontloader": "^1.6.16"
},
"browserify": {
"transform": [
"babelify"
]
}
}