forked from forthebadge/for-the-badge
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 695 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 695 Bytes
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
{
"name": "forthebadge",
"version": "2.0.0",
"description": "For the sake of badges",
"main": "gulpfile.js",
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/BraveUX/forthebadge"
},
"author": "@Brave_UX",
"license": "MIT",
"bugs": {
"url": "https://github.com/BraveUX/forthebadge/issues"
},
"homepage": "http://forthebadge.com",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-concat": "^2.4.3",
"gulp-connect": "^2.2.0",
"gulp-imagemin": "^2.1.0",
"gulp-jade": "^0.10.0",
"gulp-load-plugins": "^0.8.0",
"gulp-sass": "^1.2.4",
"gulp-uglify": "^1.0.2"
},
"dependencies": {}
}