-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1 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
{
"name": "FDMarketplaceDemo",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --nouse-idle-notification --max-old-space-size=256 server.js"
},
"devDependencies": {
"config": "^1.21.0",
"crypto": "0.0.3",
"express": "^4.14.0",
"grunt": "~0.4.5",
"grunt-cache-breaker": "^2.0.1",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-create-appconfig": "^0.1.0",
"grunt-file-creator": "^0.1.3",
"grunt-jsvalidate": "",
"request": "^2.75.0",
"body-parser": "^1.15.2"
},
"dependencies": {
"config": "^1.21.0",
"crypto": "0.0.3",
"express": "^4.14.0",
"grunt": "~0.4.5",
"grunt-cache-breaker": "^2.0.1",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-create-appconfig": "^0.1.0",
"grunt-file-creator": "^0.1.3",
"grunt-jsvalidate": "",
"request": "^2.75.0",
"body-parser": "^1.15.2"
}
}