|
|
@@ -1,13 +1,14 @@ |
|
|
|
{ |
|
|
|
"name": "lesspass-frontend", |
|
|
|
"version": "1.0.2", |
|
|
|
"description": "frontend for LessPass with vuejs", |
|
|
|
"name": "lesspass-web-site", |
|
|
|
"version": "1.0.0", |
|
|
|
"description": "LessPass web site", |
|
|
|
"license": "GPL-3.0", |
|
|
|
"author": "Guillaume Vincent <guillaume@oslab.fr>", |
|
|
|
"repository": "lesspass/frontend", |
|
|
|
"scripts": { |
|
|
|
"build": "rm -rf dist && gulp && rm dist/index.html", |
|
|
|
"start": "NODE_ENV=production node server.js" |
|
|
|
"start": "NODE_ENV=production node server.js", |
|
|
|
"test": "echo 0" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"express": "4.15.2", |
|
|
|