12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "multiselect-two-sides",
- "version": "2.5.2",
- "description": "jQuery multiselect plugin with two sides",
- "main": "dist/js/multiselect.min.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "release": "standard-version"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/crlcu/multiselect.git"
- },
- "keywords": [
- "multiselect"
- ],
- "author": "Adrian Crisan <adrian.crisan88@gmail.com>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/crlcu/multiselect/issues"
- },
- "homepage": "https://github.com/crlcu/multiselect#readme",
- "devDependencies": {
- "gulp": "^3.9.1",
- "gulp-rename": "^1.2.2",
- "gulp-strip-debug": "^1.1.0",
- "gulp-uglify": "^2.0.0",
- "jasmine": "^2.5.3",
- "standard-version": "^4.3.0"
- },
- "dependencies": {
- "jquery": ">=1.7"
- }
- }
|