-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.13 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
{
"name": "eagxoxford",
"version": "0.0.1",
"private": false,
"dependencies": {
"body-parser": "~1.15.1",
"bootstrap": "^3.3.7",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.13.4",
"jade": "~1.11.0",
"jquery": "^3.1.0",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"mocha": "*",
"node-sass": "^3.8.0",
"nodemon": "^1.10.2",
"should": "*",
"vows": "0.5.x"
},
"description": "landing page for EAGxOxford 2016",
"engines": {
"node": "5.7.1"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-css": "./bin/build-css",
"watch-css": "./bin/watch-css",
"start-old": "node index.js",
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leonardykris/eagxoxford.git"
},
"keywords": [
"eag",
"effective",
"altruism",
"landing",
"page"
],
"author": "leonardy",
"license": "MIT",
"bugs": {
"url": "https://github.com/leonardykris/eagxoxford/issues"
},
"homepage": "https://eagxoxford.org"
}