-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 894 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 894 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
{
"name": "collab_tool",
"version": "1.0.0",
"description": "collabration server",
"main": "app.js",
"author": {
"name": "Xoriant Solutions Pvt Ltd.",
"email": "xoriantsolutions.pvt.ltd@gmail.com"
},
"scripts": {
"postinstall": "npm link t-webapi",
"start": "forever start app.js",
"stop": "forever stop app.js",
"restart": "forever restart app.js",
"debug": "node --debug app.js",
"list": "forever list",
"makeDoc": "typedoc --out ./docs --name 'Service' --excludeExternals",
"lint": "tslint --project tsconfig.json --config tslint.json"
},
"dependencies": {
"json2csv": "~3.7.3",
"request": "~2.87.0",
"sendmail": "~1.1.1",
"socket.io": "~2.0.3",
"tslint": "~5.10.0",
"typedoc": "~0.11.1",
"typescript": "~2.8.1"
}
}