-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.08 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.08 KB
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
{
"name": "backTop",
"title": "backTop",
"description": "A jQuery plugin to create a customisable 'Back to top' feature that can be integrated in any website with ease.",
"version": "1.0",
"homepage": "http://codesalsa.net/backTop",
"author": {
"name": "Code Salsa",
"email": "admin@codesalsa.net",
"url": "http://codesalsa.net",
"twitter": "@codesalsa",
"github": "https://github.com/codesalsa"
},
"repository": {
"type": "git",
"url": "https://github.com/codesalsa/backTop"
},
"bugs": {
"url": "https://github.com/codesalsa/backTop/issues"
},
"license": {
"name": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
"keywords": [
"jquery",
"plugin",
"scroll",
"top",
"back to top",
"backTop",
"Back Top",
"scroll up",
"scroll to top"
],
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.9.4",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"jshint-stylish": "^1.0.1"
},
"engines": {
"node": ">=0.10.3"
}
}