2
0
Fork 0

fixed versions

This commit is contained in:
Willem 2017-06-10 17:19:47 +02:00
parent d280fb9af3
commit 63a761bbc0
2 changed files with 38 additions and 38 deletions

View file

@ -7,15 +7,15 @@
"start": "node example.js"
},
"dependencies": {
"cookie-parser": "^1.0.1",
"debug": "^2.2.0",
"cookie-parser": "1.0.1",
"debug": "2.2.0",
"express-winston": "0.3.1",
"static-favicon": "~1.0.0",
"winston": "~0.7.3",
"node-postgres-named": "^2.2.0",
"pg": "^4.4.0",
"mssql": "^2.1.6",
"mysql2": "^0.15.8",
"mongoose": "~3.8.13"
"static-favicon": "1.0.0",
"winston": "0.7.3",
"node-postgres-named": "2.2.0",
"pg": "4.4.0",
"mssql": "2.1.6",
"mysql2": "0.15.8",
"mongoose": "3.8.13"
}
}

View file

@ -8,47 +8,47 @@
"test-clean": "rm test/data/* -rf",
"test-mocha": "export JUNIT_REPORT_PATH=test/data/report.xml;export JUNIT_REPORT_STACK=1;node_modules/mocha/bin/mocha --reporter mocha-jenkins-reporter"
},
"author": "Willem <willem.git.2015@forwardfire.net> (http://forwardfire.net/)",
"author": "Willem <willem.git.2017@forwardfire.net> (http://forwardfire.net/)",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://bitbucket.org/im_ik/node-ff-tcrud.git"
"url": "http://code.ff.internal/ff/tcrud"
},
"dependencies": {
"angular": "^1.4.8",
"angular-animate": "^1.4.8",
"angular-resource": "^1.4.8",
"angular-route": "^1.4.8",
"angular-touch": "^1.4.8",
"angular-ui-grid": "^3.1.1",
"body-parser": "~1.0.1",
"bootstrap": "^3.3.6",
"bootswatch": "^3.3.6",
"clone": "^1.0.0",
"cors": "^2.7.1",
"debug": "^2.2.0",
"ejs": "^2.3.1",
"angular": "1.4.8",
"angular-animate": "1.4.8",
"angular-resource": "1.4.8",
"angular-route": "1.4.8",
"angular-touch": "1.4.8",
"angular-ui-grid": "3.1.1",
"body-parser": "1.0.1",
"bootstrap": "3.3.6",
"bootswatch": "3.3.6",
"clone": "1.0.0",
"cors": "2.7.1",
"debug": "2.2.0",
"ejs": "2.3.1",
"es5-ff-spa-loader": "0.3.0",
"express": "~4.11.0",
"express": "4.11.0",
"fetch": "0.3.x",
"flot": "^0.8.0-alpha",
"font-awesome": "^4.5.0",
"fontfaceonload": "^0.1.7",
"fontmin": "^0.9.1",
"fs-extra": "^0.16.3",
"jquery": "^2.1.4",
"flot": "0.8.0-alpha",
"font-awesome": "4.5.0",
"fontfaceonload": "0.1.7",
"fontmin": "0.9.1",
"fs-extra": "0.16.3",
"jquery": "2.1.4",
"node-crud": "2.0.8",
"raw-body": "1.2.2",
"require-all": "^2.0.0",
"topcoat-fonts": "^0.2.4",
"require-all": "2.0.0",
"topcoat-fonts": "0.2.4",
"type-is": "1.1.0",
"underscore": "^1.8.2",
"validate.io": "^1.5.0",
"xml-mapping": "~1.6.1"
"underscore": "1.8.2",
"validate.io": "1.5.0",
"xml-mapping": "1.6.1"
},
"devDependencies": {
"mocha": "^2.1.0",
"mocha-jenkins-reporter": "^0.1.4",
"mocha": "2.1.0",
"mocha-jenkins-reporter": "0.1.4",
"mocha-jshint": "0.0.9"
}
}