react-siesta
Version:
React mixins & support for Siesta
58 lines (57 loc) • 1.47 kB
JSON
{
"name": "react-siesta",
"version": "0.2.4",
"description": "React mixins & support for Siesta",
"main": "index.jsx",
"scripts": {
"test": "open mocha.html",
"compile": "./node_modules/uglify-js/bin/uglifyjs index.jsx > dist/react-siesta.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mtford90/react-siesta"
},
"author": "Michael Ford",
"license": "MIT",
"bugs": {
"url": "https://github.com/mtford90/react-siesta/issues"
},
"homepage": "https://github.com/mtford90/react-siesta",
"keywords": [
"react",
"reactjs",
"siesta"
],
"devDependencies": {
"chai": "^1.10.0",
"connect": "^3.3.4",
"es5-shim": "^4.0.5",
"express": "^4.10.7",
"finalhandler": "^0.3.3",
"glob": "^4.3.5",
"gulp": "^3.8.10",
"gulp-browserify": "^0.5.1",
"gulp-compile-handlebars": "^0.4.4",
"gulp-concat": "^2.4.3",
"gulp-concat-sourcemap": "^1.3.1",
"gulp-handlebars": "^3.0.1",
"gulp-jsx": "^0.6.1",
"gulp-livereload": "^3.2.0",
"gulp-react": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2",
"handlebars": "^2.0.0",
"http-server": "^0.7.4",
"jquery": "^2.1.3",
"mocha": "^2.1.0",
"node-dev": "^2.6.0",
"open": "0.0.5",
"pouchdb": "^3.2.1",
"q": "^1.1.2",
"react": "^0.12.2",
"serve-static": "^1.8.0",
"uglify-js": "^2.4.16",
"uglifyjs": "^2.3.6",
"underscore": "^1.7.0"
}
}