UNPKG

grunt-ozjs

Version:

grunt tasks for oz.js and ozma.js

50 lines (49 loc) 1.05 kB
{ "name": "grunt-ozjs", "title": "grunt-ozjs", "description": "grunt tasks for oz.js and ozma.js", "version": "0.4.4", "homepage": "https://github.com/dexteryy/grunt-ozjs", "repository": { "type": "git", "url": "git://github.com/dexteryy/grunt-ozjs.git" }, "author": { "name": "dexteryy", "email": "dexter.yy@gmail.com", "url": "http://github.com/dexteryy" }, "licenses": [ { "type": "MIT", "url": "https://github.com/gruntjs/grunt-contrib-requirejs/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "dependencies": { }, "devDependencies": { "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-concat": "~0.1.2", "grunt-contrib-uglify": "~0.1.1", "grunt-contrib-watch": "~0.2.0", "grunt": "~0.4.0" }, "peerDependencies": { "ozma": "~1.9.2", "ozjs": "~2.6.4", "grunt": "~0.4.0" }, "keywords": [ "gruntplugin", "browser", "require", "AMD", "bundle", "build", "ozjs" ] }