{
    "name": "@gavant/ember-app-blueprint",
    "version": "4.3.1",
    "description": "Ember CLI blueprint for initializing a new Gavant Ember.js application.",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Gavant/ember-app-blueprint.git"
    },
    "keywords": [
        "ember-blueprint",
        "ember-addon"
    ],
    "author": "Gavant Software, Inc.",
    "homepage": "https://github.com/Gavant/ember-app-blueprint",
    "dependencies": {
        "chalk": "^3.0.0",
        "ember-cli-string-utils": "^1.1.0"
    },
    "ember-addon": {
        "main": "ember-addon-main.js"
    },
    "publishConfig": {
        "access": "public"
    }
}
