forked from sylouuu/desoslide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 866 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 866 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
{
"name": "desoslide",
"version": "2.1.0",
"description": "Take control of your slideshow with this powerful jQuery plugin",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/sylouuu/desoslide.git"
},
"author": "sylouuu",
"license": "MIT",
"bugs": {
"url": "https://github.com/sylouuu/desoslide/issues"
},
"homepage": "https://github.com/sylouuu/desoslide",
"devDependencies": {
"gulp": "~3.8.0",
"gulp-uglify": "~1.0.0",
"gulp-less": "~1.3.0",
"gulp-minify-css": "~0.3.0",
"gulp-rename": "~1.2.0",
"gulp-jshint": "~1.8.0",
"gulp-notify": "~2.0.0",
"gulp-qunit": "~1.0.0",
"gulp-header": "~1.2.0",
"gulp-jscs": "~1.2.0"
}
}