-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "cnc",
"version": "1.0.0",
"description": "Cash No Cash Hiree Quikr",
"main": "index.js",
"scripts": {
"setup": "npm install && sudo mkdir /var/log/app && sudo touch /var/log/app/accessLogs.log /var/log/app/debugLogs.log /var/log/app/testLogs.log /var/log/app/applicationApiLogs.log ",
"start:dev": "./node_modules/.bin/nodemon --watch ./src index.js",
"cleanbuild": "rm -rf build/*",
"build:server": "NODE_ENV=production ./node_modules/.bin/babel src -d build --copy-files"
},
"dependencies": {
"body-parser": "^1.15.2",
"connect-multiparty": "^2.0.0",
"consolidate": "^0.14.5",
"cookie-parser": "^1.4.3",
"dotenv": "^2.0.0",
"dustjs-helpers": "^1.7.3",
"dustjs-linkedin": "^2.7.4",
"express": "^4.14.0",
"express-dust": "^0.1.5",
"http-proxy": "^1.15.2",
"lodash": "^4.17.2",
"moment": "^2.16.0",
"morgan": "^1.7.0",
"q": "^1.4.1",
"request": "^2.78.0",
"serve-favicon": "^2.3.2",
"winston": "^2.3.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"nodemon": "^1.11.0"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:7999/tax/cnc.git"
},
"keywords": [
"Cash",
"No",
"Cash"
],
"author": "shrey.choudhary",
"license": "ISC"
}