-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "npm.berabou.me",
"version": "0.0.1",
"description": "Hosting your stats",
"scripts": {
"postinstall": "bower install --allow-root && onefile -o client/pkgs",
"start": "coffee index.coffee"
},
"dependencies": {
"bluebird": "^3.3.0",
"browserify-middleware": "^7.0.0",
"browserify-plain-jade": "^0.2.2",
"coffee-script": "^1.9.3",
"coffeeify": "^2.0.1",
"cron": "^1.0.9",
"express": "^4.13.0",
"jade": "^1.11.0",
"jstransformer-marked": "^1.0.1",
"kouto-swiss": "^0.11.12",
"lodash": "^4.3.0",
"marked": "^0.3.3",
"moment": "^2.10.3",
"npm-count": "^0.0.3",
"npm-fetch-avatar": "^0.0.0",
"stylus": "^0.53.0",
"throat": "^2.0.2",
"wanderer": "0.0.3-alpha.0"
},
"devDependencies": {
"bower": "^1.4.1",
"onefile": "^0.3.3"
},
"keywords": [
"npm",
"stats",
"web-app"
],
"author": "59naga <i59naga@icloud.com> (http://berabou.me)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/59naga/npm.berabou.me.git"
},
"bugs": {
"url": "https://github.com/59naga/npm.berabou.me/issues"
},
"homepage": "https://github.com/59naga/npm.berabou.me#readme"
}