forked from angular-ui/ui-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.61 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "ui-grid",
"version": "4.6.0",
"description": "A data grid for Angular",
"directories": {
"test": "test"
},
"main": "index.js",
"scripts": {
"postinstall": "grunt shell:protractor-install",
"init": "validate-commit-msg",
"test": "grunt",
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "https://github.com/angular-ui/ui-grid.git"
},
"keywords": [
"angular",
"ng-grid",
"nggrid",
"grid",
"angularjs",
"slickgrid",
"kogrid",
"ui-grid",
"ui grid",
"data grid"
],
"author": "UI Grid Team",
"license": "MIT",
"dependencies": {
"bootstrap": "~3.3.5"
},
"devDependencies": {
"bower": "^1.8.2",
"canonical-path": "0.0.2",
"coveralls": "^3.0.0",
"cz-conventional-changelog": "^2.1.0",
"grunt": "^1.0.3",
"grunt-angular-templates": "^1.1.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-gh-pages": "^2.0.0",
"grunt-jscs": "^3.0.1",
"grunt-karma": "~2.0.0",
"grunt-newer": "^1.3.0",
"grunt-ngdocs": "https://github.com/mportuga/grunt-ngdocs/tarball/0.3.1-custom",
"grunt-protractor-runner": "^5.0.0",
"grunt-shell-spawn": "~0.3.10",
"hoek": "^5.0.3",
"husky": "^0.14.3",
"jit-grunt": "^0.10.0",
"jshint-stylish": "^2.2.1",
"karma": "^2.0.4",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "~1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "~1.1.0",
"karma-sauce-launcher": "^1.2.0",
"karma-script-launcher": "~1.0.0",
"load-grunt-config": "^0.19.2",
"marked": "^0.3.19",
"phantomjs-prebuilt": "^2.1.16",
"protractor": "^5.3.2",
"requirejs": "^2.3.5",
"selenium-server-standalone-jar": "^3.11.0",
"selenium-webdriver": "^3.0.0",
"semver": "^5.5.0",
"shelljs": "^0.8.1",
"time-grunt": "^1.3.0",
"validate-commit-message": "^3.0.1",
"webdriver-manager": "^12.0.6"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"ghooks": {
"commit-msg": "validate-commit-msg",
"post-merge": "npm install",
"post-rewrite": "npm install"
}
}
}