UNPKG

gulp-cjsx

Version:

'Coffee-react module for GulpJs'

49 lines (48 loc) 1.2 kB
{ "name": "gulp-cjsx", "version": "4.1.0", "description": "'Coffee-react module for GulpJs'", "author": "Matt Smith <mtscout6@gmail.com> (http://softwarebymatt.com)", "main": "index.js", "scripts": { "test": "mocha", "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" }, "repository": { "type": "git", "url": "git://github.com/mtscout6/gulp-cjsx.git" }, "keywords": [ "cjsx", "coffee", "coffee-script", "coffeescript", "gulp", "gulpfriendly", "gulpplugin", "jsx", "react" ], "license": "Apache 2", "bugs": { "url": "https://github.com/mtscout6/gulp-cjsx/issues" }, "homepage": "https://github.com/mtscout6/gulp-cjsx", "dependencies": { "coffee-react": "^5.0.0", "gulp-util": "^3.0.4", "merge": "^1.2.0", "through2": "^2.0.1", "vinyl-sourcemaps-apply": "^0.2.1" }, "devDependencies": { "chai": "^2.2.0", "coveralls": "^2.11.2", "gulp-sourcemaps": "^1.5.1", "istanbul": "^0.3.11", "lodash": "^3.6.0", "mocha": "^2.2.1", "mocha-lcov-reporter": "0.0.2", "should": "^5.2.0" } }