Skip to content

Instantly share code, notes, and snippets.

@cmosguy
Created July 23, 2014 18:07
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 cmosguy/77fda4816125e2a7e9ba to your computer and use it in GitHub Desktop.
Save cmosguy/77fda4816125e2a7e9ba to your computer and use it in GitHub Desktop.
{
"name": "client",
"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": "git+https://github.com/stefanpenner/ember-cli.git#master",
"originate": "0.1.5",
"broccoli-template": "0.1.1",
"broccoli-file-mover": "^0.3.1",
"broccoli-ember-hbs-template-compiler": "^1.5.0",
"broccoli-sass": "^0.1.4",
"express": "^4.1.1",
"body-parser": "^1.2.0",
"glob": "^3.2.9",
"ember-cli-ic-ajax": "0.1.1",
"ember-cli-ember-data": "0.1.0",
"broccoli-asset-rev": "0.0.10",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.9",
"grunt-redis-manifest": "^0.1.3",
"grunt-s3": "^0.2.0-alpha.3",
"grunt-gitinfo": "^0.1.4"
},
"dependencies": {
"broccoli-gzip": "^0.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment