-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 952 Bytes
/
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
{
"name": "variablefantasies",
"version": "1.0.0",
"description": "Stories displayed in an animated manner",
"main": "app/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ednas/VariableFantasies.git"
},
"keywords": [
"sass",
"angular",
"parallax",
"mongoose",
"express",
"node"
],
"author": "Edna Jonsson & Victor Cabieles",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ednas/VariableFantasies/issues"
},
"homepage": "https://github.com/Ednas/VariableFantasies#readme",
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"debug": "^2.2.0",
"ejs": "^2.5.2",
"express": "^4.14.0",
"mongoose": "^4.6.2",
"morgan": "^1.7.0",
"node-sass-middleware": "^0.9.8",
"serve-favicon": "^2.3.0"
}
}