forked from helsingborg-stad/content-scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 826 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
{
"name": "content-scheduler",
"version": "1.0.0",
"description": "Interface for post publishing and unpublisching schedulation",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Svanmark/Wordpress-Plugin-Boilerplate.git"
},
"author": "Kristoffer Svanmark",
"license": "MIT",
"bugs": {
"url": "https://github.com/Svanmark/Wordpress-Plugin-Boilerplate/issues"
},
"homepage": "https://github.com/Svanmark/Wordpress-Plugin-Boilerplate",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.4"
}
}