forked from selectize/selectize.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "selectize",
"keywords": [
"select",
"ui",
"form",
"input",
"control",
"autocomplete",
"tagging",
"tag"
],
"main": "dist/js/selectize.js",
"description": "Selectize is a jQuery-based custom <select> UI control. Useful for tagging, contact lists, country selectors, etc.",
"version": "0.12.1",
"author": "Brian Reavis <brian@thirdroute.com>",
"repository": {
"type": "git",
"url": "git://github.com/brianreavis/selectize.js.git"
},
"dependencies": {
"microplugin": "0.0.3",
"sifter": "^0.4.0"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-bower-task": "^0.4.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-concat": "0.3.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-uglify": "0.2.x",
"grunt-recess": "0.5.x",
"grunt-replace": "0.4.x",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-coveralls": "^0.1.5",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.10"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"engines": {
"node": "*"
}
}