UNPKG

javascript-boilerplate

Version:

JavaScript Boilerplate is the collection of best practices.

61 lines (57 loc) 1.62 kB
{ "author": { "name": "Mohammed Arif", "email": "arif_iq@yahoo.co.in" }, "name": "javascript-boilerplate", "title": "JavaScript-Boilerplate", "description": "JavaScript Boilerplate is the collection of best practices.", "keywords": [ "javascript-boilerplate", "js-boilerplate", "boilerplate", "javascript" ], "repository": { "type": "git", "url": "https://github.com/mdarif/JavaScript-Boilerplate.git" }, "scripts": { "test": "grunt test" }, "dependencies": {}, "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-watch": "~0.6.1", "grunt-contrib-concat": "~0.4.0", "grunt-contrib-uglify": "~0.4.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-cssmin": "~0.9.0", "grunt-contrib-htmlmin": "~0.3.0", "grunt-contrib-clean": "~0.5.0", "grunt-usemin": "~2.1.1", "grunt-contrib-connect": "~0.7.1", "connect-livereload": "~0.4.0", "grunt-open": "~0.2.3", "matchdep": "~0.3.0", "grunt-notify": "~0.3.0", "grunt-shell": "~0.7.0", "grunt-compare-size": "~0.4.0", "grunt-jsdoc": "~0.5.4", "grunt-contrib-sass": "~0.7.3", "grunt-contrib-compass": "~0.8.0", "grunt-uncss": "~0.3.3", "grunt-concurrent": "~0.5.0", "time-grunt": "~0.3.1", "karma": "^0.12.16", "grunt-karma": "^0.8.3", "karma-chrome-launcher": "^0.1.3", "karma-firefox-launcher": "^0.1.3", "karma-phantomjs-launcher": "^0.1.4", "karma-jasmine": "^0.1.5", "grunt-contrib-jasmine": "^0.6.4" }, "version": "1.2.0", "license": "MIT/GPL" }