Added package.json.

This commit is contained in:
jforsslasson@gmail.com 2015-08-06 12:54:32 +02:00
parent e95c5156e1
commit a75f9d924a

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"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"
}