forked from Cosecha/cosecha.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.08 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.08 KB
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
{
"name": "cosecha.github.io",
"version": "1.0.0",
"description": "[](https://gitter.im/Cosecha/cosecha.github.io?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cosecha/cosecha.github.io.git"
},
"keywords": [
"static",
"site",
"harp.js"
],
"author": "Celso Mireles <celso.mireles@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cosecha/cosecha.github.io/issues"
},
"homepage": "https://github.com/Cosecha/cosecha.github.io#readme",
"devDependencies": {
"browser-sync": "^2.13.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-harp": "0.0.4",
"gulp-ignore": "^2.0.1",
"gulp-prettify": "^0.4.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.8",
"harp": "^0.20.3"
}
}