-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.37 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
43
44
45
46
47
48
49
50
51
52
{
"name": "jquery-lvl99-nicescreen",
"version": "0.1.0",
"description": "jQuery plugin which enables app-like animated transitions between screens.",
"main": "jquery-lvl99-nicescreen.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lvl99/jquery-lvl99-nicescreen.git"
},
"keywords": [
"jquery",
"plugin",
"screen",
"window",
"animation",
"transition",
"app",
"spa"
],
"author": "Matt Scheurich <matt@lvl99.com> (http://lvl99.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lvl99/jquery-lvl99-nicescreen/issues"
},
"homepage": "https://github.com/lvl99/jquery-lvl99-nicescreen#readme",
"devDependencies": {
"browser-sync": "^2.3.1",
"browserify": "^9.0.3",
"del": "^1.2.1",
"gsap": "^1.17.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-less": "^3.0.1",
"gulp-modernizr": "0.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"gulp-uglifycss": "^1.0.4",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.0",
"jquery": "^2.1.4",
"normalize.css": "^3.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"watchify": "^2.4.0"
}
}