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
| {
| "name" : "ng-table-to-csv",
| "description" : "Export data from ngTable to CSV (Forked from ng-table-export)",
| "version" : "0.3.0",
| "author" : {
| "name" : "Vitalii Savchuk",
| "email": "esvit666@gmail.com"
| },
| "contributors" : [
| {
| "name" : "The Kollavarsham Team",
| "email": "info@kollavarsham.org"
| }
| ],
| "dependencies" : {},
| "devDependencies": {
| "chai": "^3.2.0",
| "chai-jquery": "^2.0.0",
| "gulp": "^3.9.0",
| "gulp-concat": "^2.6.0",
| "gulp-jshint": "^1.11.2",
| "gulp-plumber": "^1.0.1",
| "gulp-rename": "^1.2.2",
| "gulp-uglify": "^1.2.0",
| "jshint-stylish": "^2.0.1",
| "karma": "^0.13.7",
| "karma-chai" : "^0.1.0",
| "karma-chai-jquery" : "^1.0.0",
| "karma-chrome-launcher": "^0.2.0",
| "karma-jasmine": "^0.3.6",
| "karma-jquery" : "^0.1.0",
| "karma-mocha": "^0.2.0",
| "karma-phantomjs-launcher": "^0.2.1",
| "karma-sinon-chai": "^1.0.0",
| "karma-spec-reporter": "^0.0.20",
| "mocha": "^2.2.5",
| "run-sequence": "^1.1.2",
| "sinon": "^1.15.4",
| "sinon-chai": "^2.8.0"
| },
| "engines" : {
| "node": ">=0.8.0"
| }
| }
|
|