-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 KB
/
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": "disclose.ph",
"version": "1.0.0",
"description": "Disclose.ph js and css sources.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:VielSoft/disclose.ph.git"
},
"author": "geraldvillorente",
"license": "MIT",
"bugs": {
"url": "https://github.com/VielSoft/disclose.ph/issues"
},
"homepage": "http://disclose.ph/",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-clean": "^0.3.1",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.4.2",
"gulp-if": "^1.2.5",
"gulp-ignore": "^1.2.1",
"gulp-imagemin": "^2.0.0",
"gulp-jscs": "^1.3.1",
"gulp-jshint": "^1.9.0",
"gulp-notify": "^2.0.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.0",
"gulp-sequence": "^0.3.1",
"gulp-shell": "^0.2.11",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.1",
"imagemin-pngquant": "^4.0.0",
"jscs": "^1.8.1",
"jshint-stylish": "^1.0.0",
"minimist": "^1.1.0"
},
"private": "false"
}