Skip to content

Instantly share code, notes, and snippets.

@danfinlay
Created June 25, 2014 20:01
Show Gist options
  • Select an option

  • Save danfinlay/17c6ca6bc5ef14cf8dc1 to your computer and use it in GitHub Desktop.

Select an option

Save danfinlay/17c6ca6bc5ef14cf8dc1 to your computer and use it in GitHub Desktop.
7s Broccoli Build
{
"name": "my-app",
"version": "0.0.0",
"private": true,
"namespace": "appkit",
"APIMethod": "stub",
"proxyURL": "http://localhost:4021",
"proxyPath": "/api",
"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.34",
"originate": "0.1.5",
"broccoli-ember-hbs-template-compiler": "^1.5.0",
"express": "^4.1.1",
"body-parser": "^1.2.0",
"glob": "^3.2.9",
"broccoli-sass": "~0.1.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment