forked from JemmaD/pbx-group-security
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 825 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": "pbx-group-security",
"version": "1.0.0",
"description": "PhotoBox Group Security Web",
"main": "gulpfile.js",
"dependencies": {
"gulp-concat": "^2.6.1",
"gulp-cli": "^1.4.0",
"gulp-image": "^4.1.0",
"gulp-minify-css": "^1.2.4",
"gulp": "^3.9.1",
"gulp-uglify": "^3.0.0",
"gulp-imagemin": "^4.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/photobox/pbx-group-security.git"
},
"keywords": [
"hugo",
"web",
"security"
],
"author": "Dinis Cruz",
"license": "ISC",
"bugs": {
"url": "https://github.com/photobox/pbx-group-security/issues"
},
"homepage": "https://github.com/photobox/pbx-group-security#readme"
}