forked from berzerk-interactive/mdDataTable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (61 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (61 loc) · 1.92 KB
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
{
"name": "md-data-table",
"version": "1.4.3",
"author": "Istvan Fodor <programtervezo@gmail.com>",
"registry": "github",
"repository": {
"type": "git",
"url": "git://github.com/iamisti/mdDataTable"
},
"main": "index.js",
"license": "MIT",
"devDependencies": {
"codeclimate-test-reporter": "~0.1.1",
"event-stream": "~3.3.2",
"fstream": "^1.0.8",
"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-reporters": "~2.1.0",
"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",
"run-sequence": "~1.1.5",
"traceur": "~0.0.95",
"jshint": "^2.9.2",
"phantomjs": "^2.1.7"
},
"dependencies": {
"angular": "github:angular/bower-angular@^1.5.7",
"angular-animate": "github:angular/bower-angular-animate@^1.5.7",
"angular-aria": "github:angular/bower-angular-aria@^1.5.7",
"angular-material": "github:angular/bower-material@^1.1.0-rc.5",
"angular-material-icons": "npm:angular-material-icons@^0.7.0",
"angular-sanitize": "github:angular/bower-angular-sanitize@^1.5.7",
"jasmine-core": "npm:jasmine-core@^2.4.1",
"jquery": "npm:jquery@^3.0.0",
"lodash": "npm:lodash@^4.13.1"
}
}