Skip to content

Instantly share code, notes, and snippets.

@adriaandotcom
Created June 16, 2014 12:31
Show Gist options
  • Save adriaandotcom/b8b4689f887a336bf323 to your computer and use it in GitHub Desktop.
Save adriaandotcom/b8b4689f887a336bf323 to your computer and use it in GitHub Desktop.
{
"name": "social-shop",
"version": "0.0.0",
"private": true,
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"start": "ember server",
"build": "ember build",
"test": "ember test"
},
"repository": "https://github.com/stefanpenner/ember-cli",
"engines": {
"node": ">= 0.10.0"
},
"author": "",
"license": "MIT",
"devDependencies": {
"ember-cli": "^0.0.28",
"originate": "^0.1.5",
"broccoli-ember-hbs-template-compiler": "^1.5.0",
"loom-generators-ember-appkit": "^1.1.1",
"express": "^4.1.1",
"body-parser": "^1.2.0",
"glob": "^3.2.9",
"broccoli-sass": "^0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment