-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.14 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.14 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
{
"name": "scroll2section",
"version": "1.0.0",
"description": "jQuery plugin to scroll to section from menu",
"homepage": "https://github.com/kiaonline/scroll2Section",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kiaonline/scroll2Section.git"
},
"keywords": [
"section",
"scroll",
"menu",
"scroll"
],
"author": "kiaonline",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.6",
"browserify": "^13.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-concat-util": "^0.5.5",
"gulp-header": "^1.8.9",
"gulp-jshint": "^2.0.4",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.11",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"map-stream": "0.0.7",
"uglify-js-harmony": "^2.6.2"
},
"main": "gulpfile.js",
"directories": {
"example": "example"
},
"dependencies": {}
}