-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
{
"name": "angular-selectize.js",
"version": "1.4.3",
"description": "Angular Selectize directive for a hybrid textbox + <select> box. Supports ngOptions and two-way bindings.",
"main": "angular-selectize.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start test/karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/EvanOxfeld/angular-selectize.js.git"
},
"keywords": [
"angular",
"selectize",
"angular-selectize",
"ng-selectize",
"select",
"input",
"tagging",
"tag",
"combo",
"box",
"combobox",
"selectbox"
],
"author": "Evan Oxfeld <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/EvanOxfeld/angular-selectize.js/issues"
},
"homepage": "https://github.com/EvanOxfeld/angular-selectize.js",
"devDependencies": {
"chai": "^1.9.1",
"karma": "^0.12.10",
"karma-chai": "^0.1.0",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.2.0",
"karma-mocha": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^1.18.2",
"totes": "^0.0.12",
"karma-totes": "^0.0.8"
}
}