grunt-durandal
Version:
Grunt Durandal Builder - Build durandal project using a custom require config and a custom almond
41 lines (40 loc) • 857 B
JSON
{
"name": "grunt-durandal",
"description": "Grunt Durandal Builder - Build durandal project using a custom require config and a custom almond",
"version": "0.2.0",
"homepage": "https://github.com/spatools/grunt-durandal.git",
"license": "MIT",
"author": {
"name": "SPA Tools",
"url": "http://github.com/spatools/"
},
"repository": {
"type": "git",
"url": "git://github.com/spatools/grunt-durandal.git"
},
"bugs": {
"url": "https://github.com/spatools/grunt-durandal/issues"
},
"scripts": {
"test": "grunt"
},
"devDependencies": {
"grunt": "^1.0.1"
},
"dependencies": {
"lodash": "^4.12.0",
"requirejs": "^2.2.0"
},
"keywords": [
"gruntplugin",
"grunt",
"durandal",
"knockout",
"build",
"builder",
"generate",
"jquery",
"require",
"almond"
]
}