Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created March 5, 2015 23:43
Show Gist options
  • Save isaacs/ed86224c4040df1beed6 to your computer and use it in GitHub Desktop.
Save isaacs/ed86224c4040df1beed6 to your computer and use it in GitHub Desktop.
{
"name": "app",
"version": "0.0.0",
"description": "Small description for app goes here",
"private": true,
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"start": "ember server",
"build": "ember build",
"test": "ember test"
},
"repository": "",
"engines": {
"node": ">= 0.10.0"
},
"author": "",
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.0.0",
"ember-cli": "0.2.0-beta.1",
"ember-cli-babel": "^4.0.0",
"ember-cli-app-version": "0.3.1",
"ember-cli-content-security-policy": "0.3.0",
"ember-cli-dependency-checker": "0.0.7",
"ember-cli-htmlbars": "0.7.4",
"ember-cli-ic-ajax": "0.1.1",
"ember-cli-inject-live-reload": "^1.3.0",
"ember-cli-qunit": "0.3.8",
"ember-cli-uglify": "1.0.1",
"ember-data": "1.0.0-beta.15",
"ember-export-application-global": "^1.0.2",
"express": "^4.8.5",
"glob": "^4.0.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment