UNPKG

knockout-amd-helpers

Version:

Makes Knockout and AMD modules work better together

30 lines (29 loc) 729 B
{ "name": "knockout-amd-helpers", "version": "1.0.0", "author": "Ryan Niemeyer", "homepage": "https://github.com/rniemeyer/knockout-sortable", "description": "Makes Knockout and AMD modules work better together", "repository": { "type": "git", "url": "git://github.com/rniemeyer/knockout-amd-helpers.git" }, "main": "build/knockout-amd-helpers.min.js", "scripts": { "build": "grunt" }, "keywords": [ "knockout", "knockout.js", "knockoutjs", "AMD" ], "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-uglify": "~0.2.0", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-watch": "~0.3.1", "grunt-contrib-jshint": "~0.6.4", "express": "~4.1.1" } }