UNPKG

gulp-livescript-next

Version:

Compile livescript-next to JavaScript for Gulp

57 lines (56 loc) 1.83 kB
{ "name": "gulp-livescript-next", "version": "3.0.2", "description": "Compile livescript-next to JavaScript for Gulp", "main": "lib/index.js", "scripts": { "build": "lsc --no-header -b -c -o ./lib ./src/*", "dev": "mocha test/main.ls --require should --watch --compilers ls:livescript", "dev_install": "npm install && npm dedupe", "test:cov": "cross-env NODE_ENV=test istanbul cover _mocha --report lcov -- $npm_package_config_mocha", "test:watch": "npm test -- --watch", "test": "cross-env NODE_ENV=test mocha $npm_package_config_mocha", "prerelease": "npm run build && git add -A && git commit -m 'chore(lib): compile from src using lsc'", "release": "standard-version" }, "config": { "mocha": "--compilers ls:livescript test/main.ls --require should" }, "repository": { "type": "git", "url": "https://github.com/gkovacs/gulp-livescript-next" }, "keywords": [ "livescript", "gulp", "gulpplugin" ], "author": { "name": "tomchentw", "email": "developer@tomchentw.com", "url": "https://github.com/tomchentw" }, "license": "MIT", "bugs": { "url": "https://github.com/gkovacs/gulp-livescript-next/issues" }, "homepage": "https://github.com/gkovacs/gulp-livescript-next", "dependencies": { "gulp-util": "^3.0.1", "livescript-next": "https://github.com/dk00/livescript-next.git#10e81bef049af1020ad47c410b321b3600efc8fc", "through2": "^2.0.0", "vinyl-sourcemaps-apply": "^0.2.0" }, "peerDependencies": {}, "devDependencies": { "codeclimate-test-reporter": "^0.3.1", "cross-env": "^1.0.8", "gulp-sourcemaps": "^1.5.1", "istanbul": "^0.4.1", "mocha": "^2.0.1", "mocha-jscs": "^5.0.1", "mocha-jshint": "^2.2.5", "should": "^9.0.0", "standard-version": "^2.2.1" } }