-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 939 Bytes
/
package.json
File metadata and controls
38 lines (38 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
38
{
"name": "angular-sticky-top",
"description": "Make elements sticky to top of your screen and stack them if you want",
"version": "1.1.1",
"license": "MIT",
"author": {
"email": "mgohin@arca-computing.fr",
"name": "GOHIN Maelig"
},
"homepage": "https://github.com/arca-computing/angular-sticky",
"keywords": [
"angular",
"sticky"
],
"repository": {
"type": "git",
"url": "git+https://github.com/arca-computing/angular-sticky.git"
},
"bugs": {
"url": "https://github.com/arca-computing/angular-sticky/issues"
},
"dependencies": {
"angular": "^1.5.5"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-git": "^1.7.1",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"run-sequence": "^1.1.5",
"yargs": "^4.6.0"
},
"main": "index.js"
}