-
Notifications
You must be signed in to change notification settings - Fork 516
/
package.json
48 lines (48 loc) · 1.37 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": "isteven-angular-multiselect",
"version": "v4.0.0",
"description": "A multi select dropdown directive for AngularJS",
"main": [
"isteven-multi-select.js",
"isteven-multi-select.css"
],
"repository": {
"type": "git",
"url": "https://github.com/isteven/angular-multi-select.git"
},
"keywords": [
"angularjs",
"angular"
],
"scripts": {
"start": "npm run http-server",
"http-server": "http-server",
"karma": "karma"
},
"author": "Ignatius Steven <[email protected]> (https://github.com/isteven)",
"license": "MIT",
"bugs": {
"url": "https://github.com/isteven/angular-multi-select/issues"
},
"homepage": "https://github.com/isteven/angular-multi-select",
"dependencies": {
"angular-mocks": "1.6.1",
"angular-sanitize": "1.6.1",
"http-server": "^0.10.0",
"jasmin": "0.0.2",
"jasmine-core": "^2.2.0",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^0.5.0",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"marked": "^0.3.5",
"node-static": "^0.7.8",
"semver": "^5.0.1",
"shelljs": "^0.6.0"
},
"devDependencies": {
"jasmine": "^2.8.0",
"karma": "^0.13.22"
}
}