forked from joaoneto/angular-bootstrap-select
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 679 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 679 Bytes
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
{
"name": "angular-bootstrap-select",
"version": "0.1.0-rc2",
"description": "Directive to wrap bootstrap-select",
"devDependencies": {
"canonical-path": "0.0.2",
"dgeni": "^0.4.1",
"dgeni-markdown": "0.0.3",
"dgeni-packages": "^0.10.6",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-karma": "~0.4.5",
"gulp": "^3.8.10",
"gulp-connect": "^2.2.0",
"gulp-util": "^3.0.1"
},
"scripts": {
"test": "grunt"
},
"keywords": [
"AngularJS",
"twitter",
"bootstrap",
"select",
"directive"
],
"author": "João Pinto Neto",
"license": "MIT"
}