UNPKG

wigjs

Version:

Minimalistic, scalable, extensible, dependency-less Front-end factory for HTML5 applications

32 lines (31 loc) 772 B
{ "name": "wigjs", "main": "wig.js", "version": "0.2.1", "homepage": "https://github.com/benqus/wig", "repository": { "type": "git", "url": "git@github.com:benqus/wig.git" }, "authors": [ "Bence Kormos <ben.kormos@gmail.com>" ], "description": "Minimalistic, scalable, extensible, dependency-less Front-end factory for HTML5 applications", "keywords": [ "wig", "rendering" ], "license": "MIT", "devDependencies": { "chai": "^1.10.0", "es5-shim": "^4.0.5", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-concat": "^0.5.0", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-uglify": "^0.6.0", "grunt-contrib-watch": "^0.6.1", "grunt-mocha": "^0.4.11", "sinon": "^1.12.2" } }