UNPKG

gulp-durandal

Version:

A gulp plugin for building durandaljs projects.

68 lines (67 loc) 1.5 kB
{ "name": "gulp-durandal", "description": "A gulp plugin for building durandaljs projects.", "version": "1.1.7", "homepage": "https://github.com/welldone-software/gulp-durandal", "author": { "name": "Welldone Software Solutions Ltd.", "email": "danikenan@gmail.com", "url": "http://welldone-software.com" }, "repository": { "type": "git", "url": "git@github.com:welldone-software/gulp-durandal.git" }, "bugs": { "url": "https://github.com/welldone-software/gulp-durandal/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/welldone-software/gulp-durandal/blob/master/LICENSE" } ], "engines": { "node": ">= 0.8.0" }, "main": "index.js", "license": "MIT", "devDependencies": { "gulp": "^3.5.5", "gulp-clean": "^0.2.4", "gulp-html-replace": "^0.2.0", "gulp-jshint": "^1.5.0", "gulp-livereload": "^1.2.0", "gulp-load-plugins": "^0.3.0", "gulp-nodeunit": "0.0.5", "gulp-print": "^1.0.3", "gulp-rename": "^1.2.0", "gulp-util": "^2.2.16", "run-sequence": "^0.3.6" }, "dependencies": { "lodash": "^2.4.1", "requirejs": "^2.1.11", "glob": "^3.2.9", "event-stream": "^3.1.0", "csso": "^1.3.11" }, "files": [ "res", "LICENSE", "index.js" ], "keywords": [ "gulpplugin", "gulp", "durandal", "knockout", "build", "builder", "generate", "jquery", "require", "requirejs", "almond" ] }