forked from blivesta/animsition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 997 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
39
40
41
42
{
"name": "animsition",
"version": "4.0.1",
"description": "A simple and easy jQuery plugin for CSS animated page transitions.",
"keywords": [
"css3",
"js",
"animation",
"page transition",
"jQuery"
],
"main":"./dist/js/animsition.js",
"author": {
"name": "blivesta",
"email": "[email protected]",
"url": "http://blivesta.com/"
},
"homepage": "http://blivesta.github.io/animsition",
"license": "MIT",
"repository": {
"url": "https://github.com/blivesta/animsition.git",
"type": "git"
},
"scripts":{
"setup": "npm i && gulp build"
},
"devDependencies": {
"browser-sync": "^2.9.12",
"autoprefixer":"^6.0.3",
"del":"^1.2.0",
"gulp":"^3.9.0",
"gulp-cssnano":"^2.0.0",
"gulp-header":"^1.7.1",
"gulp-jshint":"^1.11.2",
"gulp-postcss":"^6.0.0",
"gulp-rename":"^1.2.2",
"gulp-uglify":"^1.2.0",
"jshint-stylish":"^2.0.1",
"postcss-import":"^7.0.0",
"run-sequence":"^1.1.2"
}
}