Skip to content

Commit

Permalink
Merge pull request #24 from cloudspokes/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
cwdcwd committed Dec 14, 2016
2 parents 5928eec + e45d5af commit d7b056d
Showing 1 changed file with 37 additions and 36 deletions.
73 changes: 37 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,39 @@
{
"name": "glib-mock",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "istanbul test node_modules/mocha/bin/_mocha",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"body-parser": "~1.12.0",
"cookie-parser": "~1.3.4",
"debug": "2.2.0",
"express": "4.14.0",
"hbs": "4.0.0",
"morgan": "~1.5.1",
"serve-favicon": "~2.2.0",
"config": "~1.19.0",
"request": "2.74.0",
"lodash": "latest",
"moment": "~2.11.2",
"markdown-it": "~6.0.0",
"jwt-decode": "~2.0.1",
"snyk": "^1.17.5"
},
"devDependencies": {
"co-mocha": "^1.1.2",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"should": "^7.1.0",
"sinon": "^1.17.3",
"promisify-supertest": "^1.0.0",
"supertest": "^1.0.0"
},
"snyk": true
"name": "glib-mock",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "istanbul test node_modules/mocha/bin/_mocha",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"body-parser": "~1.12.0",
"cookie-parser": "~1.3.4",
"debug": "2.2.0",
"express": "4.14.0",
"hbs": "4.0.1",
"morgan": "~1.5.1",
"serve-favicon": "~2.2.0",
"config": "~1.19.0",
"request": "2.74.0",
"lodash": "latest",

"moment": "~2.15.2",
"markdown-it": "~6.0.0",
"jwt-decode": "~2.0.1",
"snyk": "^1.17.5"
},
"devDependencies": {
"co-mocha": "^1.1.2",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"should": "^7.1.0",
"sinon": "^1.17.3",
"promisify-supertest": "^1.0.0",
"supertest": "^1.0.0"
},
"snyk": true
}

0 comments on commit d7b056d

Please sign in to comment.