-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (34 loc) · 994 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
35
36
{
"name": "jQuery.pinIt",
"version": "0.1.2",
"author": "Timur Mingaliev <timur@mingaliev.com>",
"description": "jQuery plugin that pins elements on top on page scroll and changes it's position to fixed",
"repository": {
"type": "git",
"url": "git@github.com:tm-minty/jquery.pinit.git"
},
"keywords": ["jquery", "pinit", "pin", "postion", "fixed"],
"demos": [
"demo/demo.html"
],
"dependencies": {
"jquery": ">=1.10.2"
},
"bugs": {
"mail": "coffee@utrechkom.ru",
"web": "https://github.com/tm-minty/jquery.pinit/issues"
},
"licenses": [
{
"name": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"homepage": "https://github.com/tm-minty/jquery.pinit",
"devDependencies": {
"qunitjs": "~1.12.0",
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-jslint": "~1.1.2"
}
}