forked from lmgonzalves/path-slider
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 693 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 693 Bytes
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
{
"name": "path-slider",
"version": "1.0.0",
"description": "",
"main": "dist/path-slider.js",
"repository": {
"type": "git",
"url": "https://github.com/lmgonzalves/path-slider.git"
},
"keywords": [
"svg",
"slider",
"animation"
],
"author": "lmgonzalves",
"license": "MIT",
"bugs": {
"url": "https://github.com/lmgonzalves/path-slider/issues"
},
"homepage": "http://lmgonzalves.github.io/path-slider/",
"engine": {
"node": ">=6.0"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-uglify": "^1.5.3"
}
}