-
Notifications
You must be signed in to change notification settings - Fork 117
/
package.json
32 lines (32 loc) · 925 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
{
"name": "write-code-every-day",
"version": "1.0.0",
"description": "A project to honor those developers who believed in the challenge",
"main": "src/static.build.js",
"scripts": {
"populate": "node src/contributors.build.js",
"static": "node src/static.build.js",
"build": "sh scripts/update-site.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raphamorim/write-code-every-day.git"
},
"author": "Raphael Amorim",
"license": "MIT",
"bugs": {
"url": "https://github.com/raphamorim/write-code-every-day/issues"
},
"homepage": "https://github.com/raphamorim/write-code-every-day#readme",
"dependencies": {
"bluebird": "^2.9.30",
"gh-streak": "2.0.0",
"kenobi": "0.2.0",
"node-env-file": "^0.1.7",
"octonode": "0.7.6"
},
"devDependencies": {
"stylus": "^0.51.1"
}
}