Skip to content

Instantly share code, notes, and snippets.

@Blackening999
Created June 20, 2017 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Blackening999/fe1394b380781e87e7feafcc14a8d33a to your computer and use it in GitHub Desktop.
Save Blackening999/fe1394b380781e87e7feafcc14a8d33a to your computer and use it in GitHub Desktop.
/var/www/testapp/package.json
{
"name": "ember-lightning",
"version": "0.2.1",
"description": "Ember lightning hosting for https://github.com/LevelbossMike/ember-deploy",
"main": "index.js",
"scripts": {
"start": "node --harmony index.js",
"test": "mocha --harmony --full-trace test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/philipheinser/ember-lightning.git"
},
"keywords": [
"ember",
"deploy"
],
"author": "Philip Heinser <philipheinser@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/philipheinser/ember-lightning/issues"
},
"homepage": "https://github.com/philipheinser/ember-lightning",
"dependencies": {
"co": "^4.6.0",
"co-redis": "^2.1.0",
"hiredis": "^0.4.1",
"koa": "^2.0.0-alpha.2",
"redis": "^2.6.0-1"
},
"engines": {
"node": "4.2.x"
},
"devDependencies": {
"chai": "^3.5.0",
"co-supertest": "0.0.10",
"mocha": "^2.4.5",
"should": "^8.3.0",
"supertest": "^1.2.0",
"supertest-koa-agent": "^0.2.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment