|
1 | 1 | {
|
2 |
| - "name": "angular-datatables", |
3 |
| - "version": "0.5.5", |
4 |
| - "author": "l-lin", |
5 |
| - "main": "index.js", |
6 |
| - "ignore": [ |
7 |
| - ".bowerrc", |
8 |
| - ".editorconfig", |
9 |
| - ".git*", |
10 |
| - ".jshintrc", |
11 |
| - ".esformatter", |
12 |
| - "Gruntfile.js", |
13 |
| - "test", |
14 |
| - "src", |
15 |
| - ".travis.yml", |
16 |
| - "vendor", |
17 |
| - "data.json", |
18 |
| - "data1.json", |
19 |
| - "demo", |
20 |
| - "favicon.png", |
21 |
| - "index.html", |
22 |
| - "README.md", |
23 |
| - "CONTRIBUTING.md", |
24 |
| - "server.js", |
25 |
| - "styles", |
26 |
| - "_config.yml", |
27 |
| - "grunt", |
28 |
| - "images", |
29 |
| - "bower.json", |
30 |
| - "archives", |
31 |
| - "archives.json", |
32 |
| - "dtOptions.json", |
33 |
| - "dtColumns.json" |
34 |
| - ], |
35 |
| - "dependencies": { |
36 |
| - "angular": ">=1.3.0", |
37 |
| - "jquery": ">=1.11.0", |
38 |
| - "datatables": ">=1.10.0" |
39 |
| - }, |
40 |
| - "devDependencies": { |
41 |
| - "grunt": "~0.4.1", |
42 |
| - "grunt-express": "1.4.1", |
43 |
| - "grunt-contrib-watch": "~0.5.2", |
44 |
| - "grunt-contrib-clean": "0.5.0", |
45 |
| - "grunt-contrib-concat": "~0.3.0", |
46 |
| - "grunt-contrib-cssmin": "~0.7.0", |
47 |
| - "grunt-contrib-jshint": "~0.7.1", |
48 |
| - "grunt-contrib-uglify": "~0.6.0", |
49 |
| - "grunt-wrap": "~0.3.0", |
50 |
| - "grunt-jsbeautifier": "~0.2.2", |
51 |
| - "grunt-angular-templates": "~0.5.1", |
52 |
| - "grunt-ng-annotate": "~0.8.0", |
53 |
| - "express": "~4.10.1", |
54 |
| - "body-parser": "~1.8.1", |
55 |
| - "load-grunt-config": "~0.7.2", |
56 |
| - "jshint-stylish": "~0.1.3", |
57 |
| - "load-grunt-tasks": "~0.2.0", |
58 |
| - "time-grunt": "~0.2.0", |
59 |
| - "karma-ng-scenario": "~0.1.0", |
60 |
| - "grunt-karma": "~0.6.2", |
61 |
| - "karma-script-launcher": "~0.1.0", |
62 |
| - "karma-firefox-launcher": "~0.1.2", |
63 |
| - "karma-chrome-launcher": "~0.1.0", |
64 |
| - "karma-html2js-preprocessor": "~0.1.0", |
65 |
| - "karma-jasmine": "~0.1.4", |
66 |
| - "karma-phantomjs-launcher": "~0.1.0", |
67 |
| - "karma": "~0.10.8", |
68 |
| - "karma-ng-html2js-preprocessor": "~0.1.0" |
69 |
| - }, |
70 |
| - "engines": { |
71 |
| - "node": ">=0.8.0" |
72 |
| - }, |
73 |
| - "scripts": { |
74 |
| - "test": "grunt test" |
75 |
| - } |
| 2 | + "name": "angular-datatables", |
| 3 | + "version": "0.5.5", |
| 4 | + "author": "l-lin", |
| 5 | + "main": "index.js", |
| 6 | + "ignore": [ |
| 7 | + ".bowerrc", |
| 8 | + ".editorconfig", |
| 9 | + ".git*", |
| 10 | + ".jshintrc", |
| 11 | + ".esformatter", |
| 12 | + "Gruntfile.js", |
| 13 | + "test", |
| 14 | + "src", |
| 15 | + ".travis.yml", |
| 16 | + "vendor", |
| 17 | + "data.json", |
| 18 | + "data1.json", |
| 19 | + "demo", |
| 20 | + "favicon.png", |
| 21 | + "index.html", |
| 22 | + "README.md", |
| 23 | + "CONTRIBUTING.md", |
| 24 | + "server.js", |
| 25 | + "styles", |
| 26 | + "_config.yml", |
| 27 | + "grunt", |
| 28 | + "images", |
| 29 | + "bower.json", |
| 30 | + "archives", |
| 31 | + "archives.json", |
| 32 | + "dtOptions.json", |
| 33 | + "dtColumns.json" |
| 34 | + ], |
| 35 | + "dependencies": { |
| 36 | + "angular": ">=1.3.0", |
| 37 | + "datatables.net": "^1.10.11", |
| 38 | + "datatables.net-dt": "^1.10.11", |
| 39 | + "grunt-parallel": "^0.4.1", |
| 40 | + "jquery": ">=1.11.0" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "grunt": "~0.4.1", |
| 44 | + "grunt-express": "1.4.1", |
| 45 | + "grunt-contrib-watch": "~0.5.2", |
| 46 | + "grunt-contrib-clean": "0.5.0", |
| 47 | + "grunt-contrib-concat": "~0.3.0", |
| 48 | + "grunt-contrib-cssmin": "~0.7.0", |
| 49 | + "grunt-contrib-jshint": "~0.7.1", |
| 50 | + "grunt-contrib-uglify": "~0.6.0", |
| 51 | + "grunt-wrap": "~0.3.0", |
| 52 | + "grunt-jsbeautifier": "~0.2.2", |
| 53 | + "grunt-angular-templates": "~0.5.1", |
| 54 | + "grunt-ng-annotate": "~0.8.0", |
| 55 | + "express": "~4.10.1", |
| 56 | + "body-parser": "~1.8.1", |
| 57 | + "load-grunt-config": "~0.7.2", |
| 58 | + "jshint-stylish": "~0.1.3", |
| 59 | + "load-grunt-tasks": "~0.2.0", |
| 60 | + "time-grunt": "~0.2.0", |
| 61 | + "karma-ng-scenario": "~0.1.0", |
| 62 | + "grunt-karma": "~0.6.2", |
| 63 | + "karma-script-launcher": "~0.1.0", |
| 64 | + "karma-firefox-launcher": "~0.1.2", |
| 65 | + "karma-chrome-launcher": "~0.1.0", |
| 66 | + "karma-html2js-preprocessor": "~0.1.0", |
| 67 | + "karma-jasmine": "~0.1.4", |
| 68 | + "karma-phantomjs-launcher": "~0.1.0", |
| 69 | + "karma": "~0.10.8", |
| 70 | + "karma-ng-html2js-preprocessor": "~0.1.0" |
| 71 | + }, |
| 72 | + "engines": { |
| 73 | + "node": ">=0.8.0" |
| 74 | + }, |
| 75 | + "scripts": { |
| 76 | + "test": "grunt test" |
| 77 | + } |
76 | 78 | }
|
0 commit comments