-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.23 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
{
"name": "angular-stickythead",
"version": "0.1.2",
"description": "A pure Angular directive for making thead sticking to the top of the screen. No jQuery needed",
"main": "dist/angular-stickyThead.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:chambo-e/angular-stickyThead.git"
},
"keywords": [
"locked header",
"floating header",
"fixed header",
"fixed table header",
"table",
"thead",
"floatThead",
"scrolling table",
"Angular plugin"
],
"author": "Emmanuel Chambon",
"contributors": [
{
"name": "Emmanuel Chambon",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/chambo-e/angular-stickyThead/issues"
},
"homepage": "https://github.com/chambo-e/angular-stickyThead",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-bump": "^0.3.1",
"gulp-git": "^1.4.0",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-ng-annotate": "^1.1.0",
"gulp-sequence": "^0.4.1",
"gulp-shell": "^0.4.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1",
"jshint-stylish": "^2.0.1"
}
}