-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1006 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
36
37
38
39
40
41
{
"name": "complianz-gdpr",
"version": "1.0.0",
"description": "Package to manage assets and tests",
"main": "default.html",
"scripts": {
"test": "test",
"start": "gulp",
"build": "gulp",
"watch": "gulp less:watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Really-Simple-Plugins/complianz-gdpr.git"
},
"keywords": [
"security",
"ssl"
],
"author": "Really Simple Plugins",
"license": "GPL2",
"bugs": {
"url": "https://github.com/Really-Simple-Plugins/complianz-gdpr/issues"
},
"homepage": "https://github.com/Really-Simple-Plugins/complianz-gdpr#readme",
"devDependencies": {
"gulp-autoprefixer": "^6.1.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-cssbeautify": "^3.0.1",
"gulp-less": "^5.0.0",
"gulp-minify": "^3.1.0",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.1.0"
},
"dependencies": {
"gulp": "^4.0.2",
"gulp-run": "^1.7.0",
"less": "^4.1.3"
}
}