-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "angular-checkboxes",
"version": "1.0.3",
"description": "Bind a list of checkboxes to a unique ng-model array",
"main": "angular-checkboxes.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msieurtoph/angular-checkboxes.git"
},
"keywords": [
"ng-model",
"checkbox",
"array",
"list"
],
"author": {
"name": "msieurtoph",
"email": "chr.pot@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/msieurtoph/angular-checkboxes/issues"
},
"homepage": "https://github.com/msieurtoph/angular-checkboxes#readme",
"devDependencies": {
"angular": "^1.6.5",
"angular-mocks": "^1.6.5",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-karma": "^2.0.0",
"jasmine-core": "^2.7.0",
"jshint-stylish": "^2.2.1",
"karma": "^1.7.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.31",
"load-grunt-tasks": "^3.5.2",
"phantomjs": "^2.1.7",
"time-grunt": "^1.4.0"
}
}