Fixup package.json linter issues and clean the shrinkwrap

This commit is contained in:
Johannes Zellner
2017-08-21 12:45:15 +02:00
parent 6a0ef7a1c1
commit 60758de10a
2 changed files with 14 additions and 2648 deletions

2645
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,17 +1,18 @@
{
"name": "Cloudron",
"name": "cloudron",
"description": "Main code for a cloudron",
"version": "0.0.1",
"private": "true",
"version": "1.0.0",
"private": true,
"author": {
"name": "Cloudron authors"
},
"repository": {
"type": "git"
"type": "git",
"url": "https://git.cloudron.io/cloudron/box.git"
},
"engines": {
"node": ">=4.0.0 <=4.1.1"
},
"engines": [
"node >=4.0.0 <=4.1.1"
],
"dependencies": {
"@sindresorhus/df": "^2.1.0",
"async": "^2.5.0",
@@ -69,7 +70,7 @@
"uuid": "^3.1.0",
"valid-url": "^1.0.9",
"validator": "^4.9.0",
"ws": "https://registry.npmjs.org/ws/-/ws-2.3.1.tgz"
"ws": "^2.3.1"
},
"devDependencies": {
"bootstrap-sass": "^3.3.3",