20 lines
443 B
JSON
20 lines
443 B
JSON
{
|
|
"name": "browser",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"dustjs-linkedin": "^2.7.2",
|
|
"express": "^4.13.3",
|
|
"ua-parser-js": "^0.7.9"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "gituser@git.thecodebureau.com:tcb/browser"
|
|
},
|
|
"author": "The Code Bureau <info@thecodebureau.com> (https://thecodebureau.com)",
|
|
"license": "MIT"
|
|
}
|