gulp-ozjs
Version:
gulp plugin for ozma -- http://ozjs.org/ozma/
32 lines (31 loc) • 631 B
JSON
{
"name": "gulp-ozjs",
"version": "0.0.4",
"description": "gulp plugin for ozma -- http://ozjs.org/ozma/",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/kebot/gulp-ozjs.git"
},
"keywords": [
"gulpplugin",
"ozjs",
"ozma",
"amd"
],
"author": "kebot",
"license": "MIT",
"bugs": {
"url": "https://github.com/kebot/gulp-ozjs/issues"
},
"homepage": "https://github.com/kebot/gulp-ozjs",
"dependencies": {
"gulp-util": "^3.0.1",
"ozjs": "^2.6.4",
"ozma": "^1.9.1",
"through2": "^0.6.1"
}
}