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

View file

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