forked from tympanix/angular-table-resize
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 841 Bytes
/
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
{
"name": "angular-table-resize",
"version": "1.0.10",
"description": "An AngularJS module for resizing table columns!",
"main": "./dist/angular-table-resize.js",
"scripts": {
"test": "karma start",
"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.5.8",
"browser-sync": "^2.12.10",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.11",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"karma": "^1.1.2",
"karma-chai": "^0.1.0",
"mocha": "^3.0.1",
"run-sequence": "^1.2.1"
},
"dependencies": {
"angular": "^1.5.7",
"jquery": "^3.0.0"
}
}