This repository was archived by the owner on Jan 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.46 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.46 KB
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": "amo-angular-multiselect",
"version": "1.3.6",
"description": "AngularJS multiselect component based off ngOptions",
"license": "MIT",
"author": "Nick Amoscato <nick@amoscato.com>",
"scripts": {
"prepublish": "gulp dist",
"pretest": "gulp all",
"start": "gulp all && gulp serve",
"test": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/namoscato/angular-multiselect.git"
},
"bugs": {
"url": "https://github.com/namoscato/angular-multiselect/issues"
},
"homepage": "http://namoscato.github.io/angular-multiselect/",
"devDependencies": {
"add-stream": "^1.0.0",
"angular": "^1.7.4",
"angular-mocks": "^1.7.4",
"angular-ui-bootstrap": "1.3.x",
"bootstrap-sass": "3.4.x",
"del": "^6.0.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^3.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.3",
"gulp-help": "^1.6.0",
"gulp-htmlmin": "^5.0.1",
"gulp-jshint": "^2.1.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.1",
"gulp-webserver": "^0.9.1",
"jasmine-core": "^3.2.1",
"jshint": "^2.9.6",
"karma": "^6.0.3",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"uglify-save-license": "^0.4.1"
},
"keywords": [
"angular",
"angularjs",
"multiselect",
"angular-multiselect",
"angularjs-multiselect"
]
}