-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 939 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 939 Bytes
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
{
"name": "angular-table-resize",
"version": "3.0.0",
"description": "An AngularJS module for resizing table columns!",
"main": "./dist/angular-table-resize.js",
"scripts": {
"test": "karma start --single-run",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tympanix/angular-table-resize.git"
},
"author": "Mathias Mortensen",
"license": "MIT",
"devDependencies": {
"angular-mocks": "^1.8.3",
"browser-sync": "^3.0.4",
"chai": "^4.5.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^3.0.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.1.0",
"gulp-uglify": "^3.0.2",
"jsdom": "^25.0.1",
"karma": "^6.4.4",
"karma-chai": "^0.1.0",
"karma-jsdom-launcher": "^19.0.0",
"karma-mocha": "^2.0.1",
"mocha": "^10.8.2"
},
"dependencies": {
"angular": "^1.8.3",
"jquery": "^3.7.1"
}
}