forked from geta6/Gyazz
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.65 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "GyazzCoffee",
"version": "0.0.1",
"private": true,
"author": "Toshiyuki Masui <[email protected]>",
"license": "MIT",
"scripts": {
"start": "coffee gyazz.coffee",
"prestart": "grunt build",
"test": "grunt test",
"watch": "grunt"
},
"dependencies": {
"async": "^1.4.2",
"body-parser": "~1.0.0",
"buffer-crc32": "*",
"coffee-errors": "*",
"coffee-script": "^1.10.0",
"coffeelint": "*",
"cookie-parser": "^1.0.1",
"cors": "^2.7.1",
"debug": "*",
"express": "^4.4",
"grunt": "*",
"grunt-cli": "*",
"grunt-coffeelint": "*",
"grunt-contrib-coffee": "*",
"grunt-contrib-csslint": "*",
"grunt-contrib-watch": "*",
"grunt-notify": "*",
"jade": "*",
"jit-grunt": "^0.9.0",
"jquery": "^2.1.4",
"jquery-lazyload": "^1.9.7",
"lodash": "^3.10.1",
"memjs": "*",
"mongoose": "^4.1.11",
"morgan": "^1.0.0",
"multer": "~0.1.4",
"newrelic": "^1.10.3",
"request": "*",
"rollbar": "^0.3.13",
"rss": "^1.0.1",
"serve-favicon": "*",
"socket.io": "1.3.7"
},
"homepage": "https://github.com/masuilab/Gyazz",
"description": "Node, Express, MongoDBで再実装しました。 ちゃんと動いてない機能も沢山ありますが…",
"main": "gyazz.coffee",
"directories": {
"test": "tests"
},
"devDependencies": {
"chai": "^1.9.2",
"grunt-jsonlint": "^1.0.4",
"grunt-simple-mocha": "^0.4.0",
"mocha": "^1.21.5",
"supertest": "^0.14.0"
},
"repository": {
"type": "git",
"url": "https://github.com/masuilab/Gyazz.git"
},
"bugs": {
"url": "https://github.com/masuilab/Gyazz/issues"
}
}