forked from namoscato/angular-multiselect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.45 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
{
"name": "amo-angular-multiselect",
"version": "1.3.1",
"description": "AngularJS multiselect component based off ngOptions",
"license": "MIT",
"author": "Nick Amoscato <[email protected]>",
"scripts": {
"pretest": "gulp all",
"test": "karma start --single-run --browsers PhantomJS"
},
"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.5.x",
"angular-mocks": "1.5.x",
"angular-ui-bootstrap": "1.3.x",
"bootstrap-sass": "3.3.x",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.0.0",
"gulp-help": "^1.6.0",
"gulp-htmlmin": "^2.0.0",
"gulp-jshint": "^2.0.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.2.0",
"gulp-webserver": "^0.9.1",
"jasmine-core": "^2.3.4",
"jshint": "^2.8.0",
"karma": "^1.1.1",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.4"
},
"keywords": [
"angular",
"angularjs",
"multiselect",
"angular-multiselect",
"angularjs-multiselect"
]
}