gulp-freemarker-axd
Version:
A plugin base on [gulp-freemarker] and [freemarkerjs] for Gulp to process Freemarker template files like Java.Only for sh.aixuedai.com
41 lines (40 loc) • 1.2 kB
JSON
{
"name": "gulp-freemarker-axd",
"version": "0.0.7",
"description": "A plugin base on [gulp-freemarker] and [freemarkerjs] for Gulp to process Freemarker template files like Java.Only for sh.aixuedai.com",
"keywords": [
"gulpplugin",
"freemarker",
"freemarker.js",
"fmpp"
],
"author": {
"name": "LiXueLong",
"email": "lxlneo.g@gmail.com",
"url": "https://github.com/lxlneo"
},
"repository": "lxlneo/gulp-freemarker-axd",
"scripts": {
"test": "istanbul test ./node_modules/mocha/bin/_mocha --report html -- test/*.js --reporter spec",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"dependencies": {
"gulp-util": "^3.0.4",
"istanbul": "^0.4.2",
"through2": "^2.0.0",
"lodash":"*"
},
"devDependencies": {
"coveralls": "*",
"event-stream": "*",
"expect.js": "^0.3.1",
"istanbul": "*",
"mocha": "*",
"mocha-lcov-reporter": "*"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"license": "MIT"
}