forked from raphamorim/write-code-every-day
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 886 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": "",
"main": "staticBuilder.js",
"scripts": {
"populate": "node src/contributors.build.js",
"static": "./node_modules/.bin/nodemon src/static.build.js",
"build": "npm run populate && npm run static",
"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": "^1.0.2",
"kenobi": "^0.2.0",
"nodemon": "^1.3.7",
"octonode": "^0.7.1"
},
"devDependencies": {
"stylus": "^0.51.1"
}
}