forked from shalotelli/angular-multiselect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 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
{
"name": "angular-multiselect",
"version": "0.4.14",
"description": "A multi select drop down list for AngularJS",
"main": "multiselect.js",
"repository": {
"type": "git",
"url": "git://github.com/shalotelli/angular-multiselect.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/shalotelli/angular-multiselect/issues"
},
"homepage": "https://github.com/shalotelli/angular-multiselect",
"dependencies": {},
"devDependencies": {
"bower": "~1.2.6",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-concat": "~2.2.0",
"gulp-htmlmin": "~0.2.0",
"gulp-jshint": "*",
"gulp-ng-annotate": "0.3.6",
"gulp-ng-templates": "0.0.5",
"gulp-rename": "~1.1.0",
"gulp-uglify": "~0.2.1",
"gulp-server-livereload": "^1.0.2",
"jasmine-core": "^2.1.3",
"jshint": "*",
"jshint-stylish": "*",
"jshint-summary": "*",
"karma": "^0.12.31",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.4",
"karma-phantomjs-launcher": "^0.1.4"
},
"engines": {
"node": ">=0.8.0"
}
}