-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 945 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
{
"name": "ic-light-slider",
"version": "1.0.0",
"description": "Dead simple WordPress Slider",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iCaspar/ic-light-slider.git"
},
"author": "Caspar Green",
"license": "GPL",
"bugs": {
"url": "https://github.com/iCaspar/ic-light-slider/issues"
},
"homepage": "https://github.com/iCaspar/ic-light-slider#readme",
"devDependencies": {
"autoprefixer": "^7.1.1",
"bourbon": "^4.2.6",
"bourbon-neat": "^1.7.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.2.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0"
}
}