UNPKG

grunt-react

Version:

Grunt task for compiling Facebook React's JSX templates into JavaScript

52 lines (51 loc) 1.2 kB
{ "name": "grunt-react", "description": "Grunt task for compiling Facebook React's JSX templates into JavaScript", "version": "0.12.3", "homepage": "https://github.com/ericclemmons/grunt-react", "author": { "name": "Eric Clemmons", "email": "eric@smarterspam.com", "url": "https://github.com/ericclemmons" }, "repository": { "type": "git", "url": "git://github.com/ericclemmons/grunt-react.git" }, "bugs": { "url": "https://github.com/ericclemmons/grunt-react/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/ericclemmons/grunt-react/blob/master/LICENSE-MIT" } ], "main": "main.js", "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "./node_modules/.bin/grunt" }, "dependencies": { "react-tools": "^0.13.0", "through": "~2.3.6" }, "devDependencies": { "grunt": "~0.4.5", "grunt-browserify": "~3.5.0", "grunt-cli": "~0.1.13", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-jshint": "~0.11.0", "grunt-contrib-nodeunit": "~0.4.1" }, "peerDependencies": { "grunt": "~0.4.2" }, "keywords": [ "gruntplugin", "react", "jsx" ] }