UNPKG

swig-loader

Version:
58 lines (57 loc) 1.48 kB
{ "author": "Paweł Mendelski <pawel.mendelski@coditorium.com>", "name": "swig-loader", "version": "2.1.0", "description": "Webpack loader for swig templates", "main": "index.js", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/coditorium/nodejs-swig-loader.git" }, "bugs": { "url": "https://github.com/coditorium/nodejs-swig-loader/issues" }, "scripts": { "clean": "rimraf ./build", "test": "gulp checkstyle test", "ci": "gulp ci", "coveralls": "cat build/test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "preversion": "npm whoami && npm run ci", "version": "git add -A", "postversion": "git push origin master --tags && npm publish && npm run clean" }, "keywords": [ "coditorium", "swig", "webpack" ], "dependencies": { "query-string": "^4.3.3", "swig": "^1.4.2" }, "devDependencies": { "chai": "^3.2.0", "chalk": "^1.1.1", "coveralls": "~2.11.4", "del": "^1.2.1", "gulp": "~3.9.0", "gulp-istanbul": "~0.10.0", "gulp-jscs": "^2.0.0", "gulp-jshint": "~1.11.2", "gulp-mocha": "~2.1.3", "gulp-sync": "~0.1.4", "gulp-util": "~3.0.6", "js-yaml": "~3.4.0", "jshint-stylish": "~2.0.1", "mkdirp": "^0.5.1", "mocha": "2.2.5", "mocha-jenkins-reporter": "~0.1.9", "rimraf": "^2.6.1", "webpack": "2.2.1" }, "engines": { "node": "4.2.1" }, "analyze": "true" }