| 1 |
{ |
| 2 |
"name": "multiselect", |
| 3 |
"version": "0.9.12", |
| 4 |
"description": "A user-friendlier drop-in replacement for the standard select with multiple attribute activated.", |
| 5 |
"main": "Gruntfile.js", |
| 6 |
"directories": { |
| 7 |
"test": "test" |
| 8 |
}, |
| 9 |
"scripts": { |
| 10 |
"test": "echo \"Error: no test specified\" && exit 1" |
| 11 |
}, |
| 12 |
"repository": { |
| 13 |
"type": "git", |
| 14 |
"url": "git+https://github.com/lou/multi-select.git" |
| 15 |
}, |
| 16 |
"author": "", |
| 17 |
"license": "WTFPL", |
| 18 |
"bugs": { |
| 19 |
"url": "https://github.com/lou/multi-select/issues" |
| 20 |
}, |
| 21 |
"devDependencies": { |
| 22 |
"grunt": "*", |
| 23 |
"load-grunt-tasks": "^3.5.0", |
| 24 |
"time-grunt": "^1.3.0", |
| 25 |
"grunt-contrib-sass": "*", |
| 26 |
"grunt-contrib-watch": "*", |
| 27 |
"time-grunt": "^1.3.0", |
| 28 |
"grunt-contrib-connect": "^1.0.2" |
| 29 |
}, |
| 30 |
"homepage": "https://github.com/lou/multi-select#README.markdown" |
| 31 |
} |
| 32 |
|