-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.28 KB
/
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
46
47
48
49
50
51
52
53
{
"name": "angular-bs-checkbox",
"version": "0.0.3",
"description": "An AngularJS bootstrap-checkbox directive.",
"filename": "bscheckbox.min.js",
"main": "./dist/bscheckbox.min.js",
"scripts": {
"test": "grunt test --verbose"
},
"repository": {
"type": "git",
"url": "git://github.com/tomtapia/angular-bs-checkbox.git"
},
"engines": {
"node": ">= 4.5.0"
},
"keywords": [
"angular",
"angularjs",
"directive",
"bootstrap",
"checkbox",
"ui",
"component"
],
"maintainers": [
{
"name": "Tomás Tapia",
"website": "https://www.kaisanetwork.net/"
}
],
"author": "Tomás Tapia <ttapia@kaisanetwork.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomtapia/angular-bs-checkbox/issues"
},
"homepage": "https://github.com/tomtapia/angular-bs-checkbox#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-jscs": "^3.0.1",
"grunt-karma": "^2.0.0",
"jasmine-core": "^2.5.1",
"jit-grunt": "^0.10.0",
"jshint-stylish": "^2.2.1",
"karma": "^1.2.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2"
}
}