forked from cargografias/cargografias
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 728 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 728 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
30
31
32
33
{
"name": "cargografias-runner",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "^1.13.2",
"compression": "~1.0.11",
"dotenv": "^1.1.0",
"express": "^4.8.8",
"js-beautify": "*",
"mongo": "^0.1.0",
"mongodb": "^2.0.33",
"mongoose": "^4.0.5",
"node-bitlyapi": "^0.4.0",
"q": "^1.4.1",
"request": "^2.58.0",
"swig": "^1.4.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/cargografias/cargografias"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/cargografias/cargografias/issues"
}
}