-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
31 lines (31 loc) · 833 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
{
"name": "angular-bootstrap-checkbox",
"version": "0.5.0",
"description": "A checkbox for AngularJS styled to fit the Twitter Bootstrap standard design",
"main": "angular-bootstrap-checkbox.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sebastianha/angular-bootstrap-checkbox.git"
},
"keywords": [
"angular",
"angularjs",
"directive",
"ui",
"bootstrap",
"form",
"input",
"checkbox"
],
"author": "Sebastian Hammerl, Getslash GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/sebastianha/angular-bootstrap-checkbox/issues"
},
"homepage": "https://github.com/sebastianha/angular-bootstrap-checkbox#readme"
}