Merge pull request #552 from marshallswain/master
Added package.json for NPM publishing.
Showing
package.json
0 → 100644
{ | |||
"name": "bootstrap-multiselect", | |||
"version": "0.9.13-1", | |||
"description": "JQuery multiselect plugin based on Twitter Bootstrap.", | |||
"main": "dist/js/bootstrap-multiselect.js", | |||
"directories": { | |||
"doc": "docs", | |||
"test": "tests" | |||
}, | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://github.com/davidstutz/bootstrap-multiselect" | |||
}, | |||
"keywords": [ | |||
"js", | |||
"css", | |||
"less", | |||
"bootstrap", | |||
"jquery", | |||
"multiselect" | |||
], | |||
"author": "David Stutz", | |||
"license": "Apache License, Version 2.0", | |||
"bugs": { | |||
"url": "https://github.com/davidstutz/bootstrap-multiselect/issues" | |||
}, | |||
"homepage": "https://github.com/davidstutz/bootstrap-multiselect" | |||
} |
Please register or sign in to comment