Socket
Socket
Sign inDemoInstall

groundwork

Package Overview
Dependencies
48
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

bin/groundwork

55

package.json
{
"name": "groundwork",
"description": "MVC Framework hacks for express.",
"version": "0.0.1",
"main": "./groundwork",
"keywords": ["express", "connect", "mvc", "sql", "models"],
"repository": {
"type": "git",
"url": "https://github.com/joshuah/groundwork.git"
"version": "0.0.2",
"description": "Vagrantfile helper for provisioning VMs",
"preferGlobal": true,
"bin": {
"groundwork": "bin/groundwork"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test:coverage": "istanbul cover _mocha -- --reporter dot --check-leaks test/",
"test:travis": "istanbul cover _mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"repository": "groundworkjs/groundwork",
"keywords": [
"vagrantfile",
"vagrant",
"generator"
],
"author": {
"name": "We're Bold",
"email": "support@werebold.com",
"homepage": "https://www.werebold.com"
},
"contributors": [
{
"name": "Josh Manders",
"homepage": "https://certifiedweb.ninja"
}
],
"license": "MIT",
"devDependencies": {
"chai": "^3.1.0",
"istanbul": "^0.3.17",
"mocha": "^2.2.5",
"standard": "^4.5.4"
},
"standard": {
"global": [
"describe",
"it",
"before"
]
},
"dependencies": {
"express": "3.4.4",
"sequelize": "*",
"lodash": "*"
"commander": "^2.8.1",
"request": "^2.60.0"
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc