multi-select
Version:
A multi-select component for CanJS
57 lines (56 loc) • 1.36 kB
JSON
{
"name": "multi-select",
"version": "0.3.4",
"description": "A multi-select component for CanJS",
"main": "src/multi-select.js",
"scripts": {
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"jshint": "jshint src/multi-select.js",
"testee": "testee tests/test.html --browsers firefox",
"test": "npm run jshint && npm run testee",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/icanjs/multi-select"
},
"keywords": [
"canjs",
"stache"
],
"author": "Marshall Thompson",
"license": "MIT",
"bugs": {
"url": "https://github.com/icanjs/multi-select/issues"
},
"homepage": "https://github.com/icanjs/multi-select",
"system": {
"main": "multi-select",
"npmIgnore": [
"documentjs"
],
"transpiler": "babel",
"directories": {
"lib": "src"
}
},
"dependencies": {
"bootstrap": "^3.3.5",
"can": "*",
"can-control-processor-capture": "^1.0.0",
"jquery": "~2.1.4"
},
"devDependencies": {
"jshint": "^2.8.0",
"ramda": "^0.18.0",
"steal": "^0.12.3",
"steal-qunit": "^0.1.1",
"steal-tools": "^0.12.1",
"testee": "^0.2.2"
},
"jshintConfig": {
"esnext": true
}
}