-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 930 Bytes
/
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
{
"name": "Mouse-Animation-Scroll-CSS",
"author": "Libor Ptacek",
"version": "1.0.0",
"description": "Mouse animation scroll icon for landing pages & others",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/PTiCA1/mouse-animation-scroll-css"
},
"engines": {
"node": ">= 0.12.0",
"npm": ">=2.1.5"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"devDependencies": {
"browser-sync": "^2.7.13",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.3.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-concat-css": "^2.2.0",
"gulp-cssnano": "^2.1.1",
"gulp-if": "^1.2.5",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.5.2",
"jshint-stylish": "^2.0.1",
"run-sequence": "^1.2.1"
}
}