-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
45 lines (45 loc) · 997 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
36
37
38
39
40
41
42
43
44
45
{
"name": "ng-bootstrap-select",
"version": "0.5.0",
"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-banner": "^0.4.0",
"grunt-contrib-clean": "^0.6.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": "Casey Holzer",
"contributors": [
{
"name": "Casey Holzer",
"url": "https://github.com/caseyjhol"
},
{
"name": "João Neto",
"url": "https://github.com/joaoneto"
}
],
"repository": {
"type": "git",
"url": "git://github.com/caseyjhol/ng-bootstrap-select.git"
},
"license": "MIT"
}