UNPKG

jslite

Version:

JSLite is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API. If you use jQuery, you already know how to use JSLite.

47 lines (46 loc) 1.2 kB
{ "name": "jslite", "version": "1.1.12", "description": "JSLite is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API. If you use jQuery, you already know how to use JSLite.", "main": "dist/JSLite.js", "homepage": "https://github.com/JSLite/JSLite", "repository": { "type": "git", "url": "https://github.com/JSLite/JSLite.git" }, "keywords": [ "JSLite", "jslite", "library", "browser", "javascript" ], "author": "kenny wang <398188662@qq.com> (http://JSLite.io)", "license": { "type": "MIT", "url": "http://jslite.io/license/" }, "bugs": { "url": "https://github.com/JSLite/JSLite/issues" }, "scripts": { "test": "mocha-phantomjs test/index.html", "start": "gulp watch" }, "devDependencies": { "gulp": "~3.9.0", "gulp-concat": "~2.6.0", "gulp-gzip": "~1.2.0", "gulp-rename": "~1.2.2", "gulp-sourcemap": "~1.0.1", "gulp-uglify": "~1.5.1", "gulp-umd": "~0.2.0", "gulp-util": "~3.0.7", "gulp-watch": "~4.3.5", "chai": "~3.4.1", "cli-color": "~1.1.0", "gulp": "~3.9.1", "mocha": "~2.3.4", "mocha-phantomjs": "~4.0.2" } }