angular-chosen
Version:
Angular bindings for https://github.com/harvesthq/chosen
46 lines (45 loc) • 1.15 kB
JSON
{
"name": "angular-chosen",
"version": "1.0.8",
"description": "Angular bindings for https://github.com/harvesthq/chosen",
"main": "./src/chosen.coffee",
"style": "./src/chosen-spinner.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/arkcore/angular-chosen.git"
},
"keywords": [
"angular",
"chosen",
"chosen-localytics",
"angular-chosen",
"custom-select"
],
"author": "Localytics <http://www.localytics.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/arkcore/angular-chosen/issues"
},
"homepage": "https://github.com/arkcore/angular-chosen",
"devDependencies": {
"browserify": "^9.0.8",
"coffeeify": "^1.0.0",
"gulp": "^3.8.11",
"gulp-copy": "0.0.2",
"gulp-imagemin": "^2.2.1",
"gulp-minify-css": "^1.0.0",
"gulp-rename": "^1.2.2",
"imagemin-gifsicle": "^4.1.0",
"minifyify": "^6.4.0",
"vinyl-source-stream": "^1.1.0"
},
"browserify": {
"transform": [
"coffeeify"
]
}
}