-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1018 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
40
{
"name": "fullstack-project",
"version": "0.1.0",
"private": true,
"description": "Simple cost comparison service",
"author": "Team2 of S17 INF397",
"scripts": {
"build": "node build.js",
"start": "node ./bin/www",
"test": "mocha"
},
"dependencies": {
"body-parser": "^1.16.1",
"client-ip": "~1.0.0",
"cookie-parser": "^1.4.3",
"debug": "~2.6.0",
"es6-promise": "~3.1.2",
"express": "^4.14.1",
"fs": "~0.0.1",
"json-parser": "1.1.5",
"morgan": "~1.7.0",
"node-fetch": "^1.6.3",
"path": "^0.12.7",
"pug": "^2.0.0-beta1",
"request": "2.79.0",
"request-promise": "4.1.1",
"serve-favicon": "^2.3.2"
},
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.14.0",
"chai": "^3.5.0",
"eslint": "^3.7.0",
"mocha": "^3.2.0",
"rollup": "^0.41.4",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0"
}
}