Skip to content

Commit 2e107f4

Browse files
committed
Install NodeJS dependancies
1 parent 10f1459 commit 2e107f4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

integrations/node_js/package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "app",
3+
"version": "0.0.0",
4+
"private": true,
5+
"scripts": {
6+
"start": "node ./bin/www"
7+
},
8+
"dependencies": {
9+
"body-parser": "~1.15.1",
10+
"cookie-parser": "~1.4.3",
11+
"debug": "~2.2.0",
12+
"express": "~4.13.4",
13+
"pug": "~2.0.0-alpha6",
14+
"morgan": "~1.7.0",
15+
"serve-favicon": "~2.3.0"
16+
}
17+
}

0 commit comments

Comments
 (0)