UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

53 lines (52 loc) 1.48 kB
{ "name": "mootools-core", "version": "1.5.2", "description": "MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.", "main": "dist/mootools-core.js", "scripts": { "test": "test $TRAVIS_PULL_REQUEST != false && test $BROWSER != phantomjs || grunt default:travis --verbose" }, "repository": { "type": "git", "url": "https://github.com/mootools/mootools-core.git" }, "keywords": [ "mootools", "browser", "class", "utilities", "types", "framework", "DOM", "Fx", "Request" ], "author": "MooTools Team", "license": "MIT", "bugs": { "url": "https://github.com/mootools/mootools-core/issues" }, "homepage": "http://mootools.net", "devDependencies": { "grunt": "~0.4.2", "grunt-cli": "~0.1.13", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-connect": "~0.7.0", "grunt-contrib-uglify": "^0.9.2", "grunt-karma": "~0.8.0", "grunt-mootools-packager": "^0.1.2", "jasmine": "^2.3.2", "js-yaml": "^3.0.2", "karma": "~0.12.0", "karma-chrome-launcher": "~0.1.2", "karma-firefox-launcher": "~0.1.3", "karma-ie-launcher": "~0.1", "karma-jasmine": "~0.1.5", "karma-phantomjs-launcher": "~0.1.2", "karma-safari-launcher": "~0.1", "karma-sauce-launcher": "~0.2.5", "karma-script-launcher": "~0.1.0", "karma-sinon": "~1.0.2", "load-grunt-tasks": "~0.4.0" } }