-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1.05 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
{
"name": "javascript-malaysia",
"version": "0.1.0",
"description": "website for monthly meetups etc.",
"authors": [
"Zulfa Juniadi Zulkifli <[email protected]>",
"Matias Singers <[email protected]> (http://mts.io)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/javascriptmy/website.git"
},
"bugs": "https://github.com/javascriptmy/website/issues",
"contributors": "https://github.com/javascriptmy/website/graphs/contributors",
"main": "app.js",
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": "~0.10.0"
},
"dependencies": {
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"express": "~4.2.0",
"extend": "^1.2.1",
"glob": "^4.0.0",
"hogan-express": "^0.5.2",
"lunr": "^0.5.3",
"marked": "^0.3.2",
"moment": "^2.6.0",
"morgan": "~1.0.0",
"raneto-core": "0.x",
"static-favicon": "~1.0.0",
"underscore": "^1.6.0",
"underscore.string": "^2.3.3",
"validator": "^3.13.0"
}
}