-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.54 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
54
55
56
{
"name": "angular-indeterminate",
"version": "3.1.1",
"description": "Tri-state indeterminate checkboxes in Angular",
"main": "dist/angular-indeterminate.js",
"scripts": {
"test": "./node_modules/.bin/karma start karma.conf.js --single-run",
"precommit": "echo 'Running pre-commit tasks...'; npm run build; npm test",
"build": "webpack"
},
"pre-commit": [
"precommit"
],
"repository": {
"type": "git",
"url": "git+https://github.com/timcosta/angular-indeterminate.git"
},
"keywords": [
"angular",
"angularjs",
"indeterminate",
"checkbox",
"tri-state",
"tristate"
],
"author": "Tim Costa <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/timcosta/angular-indeterminate/issues"
},
"homepage": "https://github.com/timcosta/angular-indeterminate#readme",
"devDependencies": {
"angular": "~1.5.8",
"angular-mocks": "~1.5.8",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"ibrik": "^2.0.0",
"istanbul": "^0.4.5",
"jasmine": "^2.5.1",
"jquery": "^3.1.0",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-junit-reporter": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^2.0.0",
"ng-annotate": "^1.2.1",
"ng-annotate-loader": "^0.2.0",
"phantomjs-prebuilt": "^2.1.12",
"pre-commit": "^1.1.3",
"webpack": "^1.13.3"
}
}