UNPKG

bonmot

Version:

A nicely scalable web ui framework.

60 lines (59 loc) 1.37 kB
{ "name": "bonmot", "version": "0.5.2-alpha", "description": "A nicely scalable web ui framework.", "main": "dist/bonmot.js", "dependencies": { "backbone": "^1.3.3", "backbone.stickit": "^0.9.2", "dw-backbone": "^0.7.0", "jquery": "^3.1.1", "underscore": "^1.8.3" }, "devDependencies": { "amdefine": "^1.0.0", "chai": "^3.5.0", "gulp": "^3.9.1", "gulp-jshint": "^2.0.1", "gulp-rename": "^1.2.2", "handlebars": "^4.0.5", "morgan": "^1.7.0", "jshint": "^2.9.3", "karma": "^1.5.0", "express": "^4.14.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.1", "karma-mocha": "^1.3.0", "karma-requirejs": "^1.1.0", "mocha": "^3.1.2", "requirejs": "^2.3.2", "requirejs-text": "^2.0.12" }, "scripts": { "test": "karma start karma.conf.js" }, "repository": { "type": "git", "url": "git+https://github.com/relativityboy/bonmot.git" }, "keywords": [ "BonMot", "Backbone", "jQuery", "Stickit", "Validate", "Frontend", "WebUI", "Javascript", "Handlebars", "Angular", "AngularJS" ], "author": "Donovan Walker", "license": "MIT", "bugs": { "url": "https://github.com/relativityboy/bonmot/issues" }, "homepage": "https://github.com/relativityboy/bonmot#readme" }