UNPKG

modularity-framework

Version:

Lightweight component-oriented Web UI framework

44 lines (43 loc) 1.06 kB
{ "name": "modularity-framework", "version": "0.33.0", "description": "Lightweight component-oriented Web UI framework", "devDependencies": { "coffee-script": "latest", "gulp": "latest", "gulp-coffee": "latest", "gulp-coffeelint": "latest", "gulp-concat": "latest", "gulp-header": "latest", "gulp-uglify": "latest", "gulp-util": "latest", "jsdom": "latest", "mycha": "latest", "sinon": "latest", "sinon-chai": "latest", "streamqueue": "latest" }, "dependencies": { "eventualize": "latest", "jquery": "latest" }, "scripts": { "test": "gulp ; mycha run --reporter spec" }, "main": "lib/modularity.min.js", "homepage": "http://github.com/kevgo/modularity-framework", "repository": { "type": "git", "url": "git://github.com/kevgo/modularity-framework.git" }, "keywords": [ "CoffeeScript", "Browser", "Framework", "Client-side", "Object-oriented", "Modularity" ], "author": "Kevin Goslar (https://github.com/kevgo)", "license": "MIT" }