Skip to content

Instantly share code, notes, and snippets.

@jbpros
Created September 10, 2012 22:08
Show Gist options
  • Select an option

  • Save jbpros/3694343 to your computer and use it in GitHub Desktop.

Select an option

Save jbpros/3694343 to your computer and use it in GitHub Desktop.
{
"author": "Julien Biezemans <...> (http://jbpros.net)",
"name": "cukecipes",
"description": "Example Node.js application demonstrating Cucumber.js usages",
"version": "0.0.0-12",
"repository": {
"url": ""
},
"main": "server.js",
"scripts": {
"test": "cucumber.js",
"start": "server.js"
},
"dependencies": {
"mongoose": "2.5.12",
"express": "2.5.8",
"ejs": "0.6.1",
"nopt": "1.0.10"
},
"devDependencies": {
"cucumber": "0.2.21",
"cukestall": "0.0.2",
"zombie": "1.4.1",
"selenium-launcher": "1.1.3",
"soda": "0.2.5"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"subdomain": "cukecipes"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment