-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 795 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 795 Bytes
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
{
"name": "csu-il",
"version": "0.1.1",
"description": "Computer science unplugged Israel.",
"homepage": "http://csunplugged.org.il",
"keywords": [
"csunplugged",
"harpjs",
"website",
"bootstrap"
],
"author": "Michael Derazon <mderazon@hotmail.com>",
"contributors": [
"Idan Sharon"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mderazon/csu-il/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/mderazon/csu-il.git"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"body-parser": "^1.9.1",
"express": "^4.10.0",
"harp": "^0.19.0",
"morgan": "^1.4.1",
"nodemailer": "^1.3.0"
},
"scripts": {
"compile": "harp compile _public out",
"start": "node app.js"
}
}