-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.48 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
49
50
51
52
53
54
{
"name": "priority-nav-scroller",
"description": "A plugin for the priority+ navigation pattern. When the navigation items don’t fit on screen they are hidden in a horizontal scrollable container with controls.",
"version": "2.0.0",
"main": "src/scripts/priority-nav-scroller-umd.js",
"esnext": "src/scripts/priority-nav-scroller.js",
"repository": {
"type": "git",
"url": "git+https://github.com/NigelOToole/priority-nav-scroller.git"
},
"bugs": {
"url": "https://github.com/NigelOToole/priority-nav-scroller/issues"
},
"homepage": "https://github.com/NigelOToole/priority-nav-scroller#readme",
"author": "Nigel O Toole <pure@purestructure.com> (http://www.purestructure.com)",
"license": "MIT",
"keywords": [
"priority+",
"priority",
"navigation",
"scroller",
"scrolling",
"responsive",
"javascript",
"es6",
"module",
"sass",
"css"
],
"engines": {
"node": ">=4"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-transform-modules-umd": "^7.2.0",
"@babel/preset-env": "^7.1.0",
"autoprefixer": "^9.4.4",
"browser-sync": "^2.26.7",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.0.1",
"gulp-load-plugins": "^1.6.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.2.0"
},
"scripts": {
"start": "gulp serve",
"build": "gulp"
}
}