-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 955 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
{
"name": "wpcampus-2017-theme",
"version": "1.0.0",
"description": "The WordPress theme for the 2017 WPCampus Conference website.",
"author": "WPCampus",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/wpcampus/wpcampus-2017-theme.git"
},
"bugs": {
"url": "https://github.com/wpcampus/wpcampus-2017-theme/issues"
},
"homepage": "https://github.com/wpcampus/wpcampus-2017-theme#readme",
"scripts": {
"install": "composer install",
"postinstall": "gulp",
"test": "composer sniff"
},
"devDependencies": {
"bourbon": "^4.2.7",
"bourbon-neat": "^1.8.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^3.9.0",
"gulp-merge-media-queries": "^0.2.1",
"gulp-minify": "0.0.13",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-shell": "^0.6.3",
"node-normalize-scss": "^1.3.2"
}
}