forked from iamisti/mdDataTable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.71 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
{
"name": "md-data-table",
"version": "2.2.0",
"author": "Istvan Fodor <[email protected]>",
"registry": "github",
"repository": {
"type": "git",
"url": "git://github.com/iamisti/mdDataTable"
},
"license": "MIT",
"devDependencies": {
"codeclimate-test-reporter": "~0.1.1",
"event-stream": "~3.3.4",
"fstream": "^1.0.10",
"glob": "~6.0.2",
"gulp": "~3.9.0",
"gulp-angular-filesort": "~1.1.1",
"gulp-angular-templatecache": "~1.8.0",
"gulp-cached": "~1.1.0",
"gulp-compass": "~2.1.0",
"gulp-concat": "~2.6.0",
"gulp-connect": "~2.3.1",
"gulp-inject": "~3.0.0",
"gulp-jshint": "~2.0.0",
"gulp-karma": "~0.0.5",
"gulp-ng-annotate": "~1.1.0",
"gulp-ngdocs": "^0.2.13",
"gulp-plumber": "~1.0.1",
"gulp-rename": "~1.2.2",
"gulp-rimraf": "~0.2.0",
"gulp-uglify": "~1.5.1",
"gulp-watch": "~4.3.5",
"jasmine-core": "^2.4.1",
"jasmine-reporters": "~2.1.0",
"jshint": "^2.9.3",
"karma": "~0.13.15",
"karma-coverage": "~0.5.3",
"karma-jasmine": "~0.3.6",
"karma-jasmine-jquery": "~0.1.1",
"karma-ng-html2js-preprocessor": "~0.2.0",
"karma-ng-scenario": "~0.1.0",
"karma-phantomjs-launcher": "~0.2.1",
"karma-traceur-preprocessor": "~0.4.0",
"lodash": "~3.10.1",
"main-bower-files": "~2.11.0",
"phantomjs": "^2.1.7",
"run-sequence": "~1.1.5",
"traceur": "~0.0.95",
"wallaby-ng-html2js-preprocessor": "^0.1.0"
},
"dependencies": {
"angular": "~1.5.8",
"angular-animate": "~1.5.8",
"angular-aria": "~1.5.8",
"angular-material": "1.1.1",
"angular-material-icons": "~v0.6.0",
"angular-sanitize": "~1.5.8",
"jquery": "~2.1.4",
"lodash": "~3.10.1"
}
}