-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "simple-fixed-nav",
"version": "1.0.0-alpha",
"description": "Responsive, fixed and vanilla JavaScript navbar.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp clean; gulp default",
"dist": "gulp clean; gulp dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adtile/simple-fixed-nav.git"
},
"keywords": [
"fixednav",
"fixed",
"nav",
"responsive",
"javascript",
"navbar",
"adtile"
],
"author": "Adtile Technologies Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/adtile/simple-fixed-nav/issues"
},
"homepage": "https://github.com/adtile/simple-fixed-nav#readme",
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-connect": "^4.2.0",
"gulp-ejs": "^2.1.2",
"gulp-less": "^3.1.0",
"gulp-uglify": "^1.5.4",
"through2": "^2.0.1"
}
}