-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1004 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
42
{
"name": "logo.pizza",
"version": "2.0.0",
"description": "Hot & ready logos for sale",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"logo",
"docs"
],
"author": "Metafizzy",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-filter": "^5.0.1",
"gulp-front-matter": "^1.3.0",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-uglify": "^3.0.0",
"gulp-yaml": "^1.0.1",
"handlebars": "^4.0.10",
"highlight.js": "^9.12.0",
"js-yaml": "^3.10.0",
"jshint": "^2.9.5",
"transfob": "^1.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/metafizzy/logo.pizza.git"
},
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/metafizzy/logo.pizza/issues"
},
"homepage": "https://logo.pizza"
}