-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 950 Bytes
/
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
{
"name": "angular-bootstrap-select",
"version": "0.1.0",
"description": "Angular wrapper for http://silviomoreto.github.io/bootstrap-select/",
"main": "dist/angular-bootstrap-select.min.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/elesdoar/angular-bootstrap-select"
},
"keywords": [
"bootstrap",
"angular",
"select",
"multi",
"select"
],
"author": "Michael Salgado <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/elesdoar/angular-bootstrap-select/issues"
},
"homepage": "https://github.com/elesdoar/angular-bootstrap-select#readme",
"devDependencies": {
"browser-sync": "^2.7.13",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-batch": "^1.0.5",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.2.4"
}
}