-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
53 lines (53 loc) · 1.25 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "popularconvention",
"description": "find popular convention in github commit",
"version": "0.1.0",
"homepage": "https://github.com/outsider/popularconvention",
"author": {
"name": "\"Outsider\" Jeonghoon Byun",
"email": "[email protected]",
"url": "http://blog.outsider.ne.kr/"
},
"repository": {
"type": "git",
"url": "git://github.com/outsideris/popularconvention.git"
},
"bugs": {
"url": "https://github.com/outsideris/popularconvention/issues"
},
"private": true,
"licenses": [
{
"type": "MIT",
"url": "https://github.com/outsideris/popularconvention/blob/master/LICENSE-MIT"
}
],
"main": "server.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"should": "*",
"mocha": "*",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-watch": "~0.2.0",
"grunt-simple-mocha": "~0.3.0",
"grunt": "~0.4.1"
},
"keywords": [],
"dependencies": {
"express": "~3.1.x",
"jade": "0.33.0",
"stylus": "0.34.0",
"restler": "~2.0.1",
"winston": "~0.6.2",
"mongodb": "~1.2.14",
"node-schedule": "~0.1.8",
"underscore": "~1.4.x",
"highlight.js": "~7.3.0",
"moment": "~2.1.0"
}
}