forked from swimlane/angular-data-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.07 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
{
"name": "angular-data-table",
"title": "AngularJS Data-Table",
"description": "A feature-rich but lightweight ES6 AngularJS Data Table crafted for large data sets!",
"version": "0.3.16",
"repository": {
"type": "git",
"url": "git@github.com:Swimlane/angular-data-table.git",
"github": "http://github.com/Swimlane/angular-data-table.git"
},
"main": "./release/dataTable.js",
"homepage": "http://swimlane.com/",
"author": {
"name": "Swimlane",
"email": "austin@swimlane.com",
"web": "http://swimlane.com/"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"devDependencies": {
"angular": "^1.4.4",
"angular-mocks": "^1.4.3",
"babel-core": "^5.8.22",
"babelify": "^6.1.3",
"browser-sync": "^2.7.2",
"chai-as-promised": "^5.1.0",
"del": "^1.2.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-changed": "^1.2.1",
"gulp-header": "^1.2.2",
"gulp-less": "^3.0.3",
"gulp-ng-annotate": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-uglify": "^1.2.0",
"jspm": "^0.16.1",
"karma": "^0.13.3",
"karma-angular": "0.0.6",
"karma-babel-preprocessor": "^5.2.1",
"karma-browserify": "^4.2.1",
"karma-chrome-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.3",
"karma-phantomjs-launcher": "^0.2.0",
"karma-phantomjs-shim": "^1.0.0",
"karma-sinon-chai": "^1.0.0",
"mocha": "^2.2.1",
"phantomjs": "^1.9.17",
"rollup": "^0.7.8",
"run-sequence": "^1.1.0",
"sinon": "^1.15.4",
"sinon-chai": "^2.7.0",
"systemjs-builder": "^0.11.3",
"vinyl-paths": "^1.0.0"
},
"dependencies": {},
"jspm": {
"directories": {},
"dependencies": {
"angular": "npm:angular@^1.4.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.22",
"babel-runtime": "npm:babel-runtime@^5.6.4",
"core-js": "npm:core-js@^1.1.1"
}
},
"scripts": {
"postinstall": "jspm install"
}
}