-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (43 loc) · 1.54 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
{
"authors": [
{
"name": "Nick Pearson",
"url": "http://nckprsn.com"
},
{
"name": "dotnetCarpenter",
"url": "https://github.com/dotnetCarpenter"
}
],
"bugs": {
"url": "https://github.com/nckprsn/scrollme/issues"
},
"dependencies": {
"jquery": ">=1.8"
},
"description": "A jQuery plugin for adding simple scrolling effects to web pages.",
"devDependencies": {
"uglify-js": "^2.6.2"
},
"gitHead": "13333fa2d9040aa7ed50b32d825ae205fcd5b19f",
"homepage": "https://github.com/nckprsn/scrollme#readme",
"keywords": [
"animation",
"scrolling"
],
"license": "GPLv3",
"main": "jquery.scrollme.js",
"name": "scrollme",
"optionalDependencies": {},
"readme": "scrollme\n========\n\nA jQuery plugin for adding simple scrolling effects to web pages.\n\nThis is fork of https://github.com/nckprsn/scrollme\n\n### Install\n\n```\nnpm install scrollme@[email protected]:artemln/scrollme.git\n```\n\n### Init\n\n```\nwindow.scrollme.init()\n```\n\n### Destroy\n\n```\nwindow.scrollme.destroy_elements()\n```\n\nAnd init again after destroyed:\n\n```javascript\nwindow.scrollme.init_elements();\nwindow.scrollme.on_resize();\n```\n\nDemo and usage guide: http://scrollme.nckprsn.com",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/nckprsn/scrollme.git"
},
"scripts": {
"build": "uglifyjs jquery.scrollme.js --compress > jquery.scrollme.min.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.2"
}