-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 935 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
{
"name": "guest-post",
"version": "1.0.0",
"description": "lista de blogs que aceitam guest post.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iloveblogs/guest-post.git"
},
"keywords": [
"guest",
"post",
"convidado",
"blogs",
"inbound"
],
"author": "jota teles",
"license": "ISC",
"bugs": {
"url": "https://github.com/iloveblogs/guest-post/issues"
},
"homepage": "https://github.com/iloveblogs/guest-post#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-connect": "^2.3.1",
"gulp-copy": "0.0.2",
"gulp-gh-pages": "^0.5.4",
"gulp-inject": "^3.0.0",
"gulp-load-tasks": "^0.8.4",
"gulp-open": "^1.0.0",
"gulp-plumber": "^1.1.0",
"gulp-stylus": "^2.3.0",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.5"
}
}