-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 788 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 788 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
{
"name": "gnas",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/daniboomerang/Redradix-weekend-with-Angular-Stage2"
},
"license": "MIT",
"dependencies": {
"express": "4.9.5",
"ejs": "1.0.0",
"underscore": "~1.5.2",
"bower": "1.3.12",
"q": "1.0.1",
"dotenv": "0.4.0",
"express-error-handler": "^0.5.4",
"express-session": "1.9.0",
"morgan": "1.4.0",
"body-parser": "1.9.0",
"method-override": "2.3.0",
"cookie-parser": "1.3.3"
},
"devDependencies": {
"bower": "1.3.12",
"express": "4.9.5",
"requirejs": "2.1.15"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "node server.js",
"start-server": "node server.js"
}
}