Created
December 1, 2014 17:24
-
-
Save benkeen/c9e886b332c8cd55bb70 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"deps": [ | |
{ | |
"name": "fauxton" | |
}, | |
{ | |
"name": "databases" | |
}, | |
{ | |
"name": "documents" | |
}, | |
{ | |
"name": "pouchdb" | |
}, | |
{ | |
"name": "style", | |
"path": "../dashboard/addons/style" | |
}, | |
{ | |
"name": "cloudantauth", | |
"path": "../dashboard/addons/cloudantauth" | |
}, | |
{ | |
"name": "cloudantdatabases", | |
"path": "../dashboard/addons/cloudantdatabases" | |
}, | |
{ | |
"name": "cloudantdocuments", | |
"path": "../dashboard/addons/cloudantdocuments" | |
}, | |
{ | |
"name": "cloudantreplication", | |
"path": "../dashboard/addons/cloudantreplication" | |
}, | |
{ | |
"name": "warehouse", | |
"path": "../dashboard/addons/warehouse" | |
}, | |
{ | |
"name": "search", | |
"path": "../dashboard/addons/search" | |
}, | |
{ | |
"name": "activetasks" | |
}, | |
{ | |
"name": "account", | |
"path": "../dashboard/addons/account" | |
}, | |
{ | |
"name": "accountmt", | |
"path": "../dashboard/addons/accountmt" | |
}, | |
{ | |
"name": "support", | |
"path": "../dashboard/addons/support" | |
} | |
], | |
"template": { | |
"development": { | |
"src": "../dashboard/index.underscore", | |
"dest": "dist/debug/index.html", | |
"variables": { | |
"requirejs": "/assets/js/libs/require.js", | |
"css": "./css/index.css", | |
"base": null, | |
"cachebuster": "" | |
}, | |
"app": { | |
"root": "/", | |
"host": "../..", | |
"version": "1.0.dev" | |
} | |
}, | |
"release": { | |
"src": "../dashboard/index.underscore", | |
"dest": "dist/debug/index.html", | |
"variables": { | |
"requirejs": "./dashboard.assets/js/require.js", | |
"css": "./dashboard.assets/css/index.css", | |
"base": null, | |
"cachebuster": "" | |
}, | |
"app": { | |
"root": "/dashboard.beta/dashboard.assets/", | |
"host": "../..", | |
"version": "1.0.dev" | |
} | |
} | |
}, | |
"couch_config": { | |
"fauxton": { | |
"db": "http://localhost:5984/fauxton", | |
"app": "./couchapp.js", | |
"options": { | |
"okay_if_missing": true | |
} | |
} | |
}, | |
"couchserver": { | |
"dist": "./dist/debug/", | |
"port": 8000, | |
"contentSecurityPolicy": false, | |
"proxy": { | |
"target": "https://Michelle.cloudant.com" | |
} | |
}, | |
"nightwatch": { | |
"username": "tester", | |
"password": "testerpass", | |
"fauxton_host": "localhost", | |
"fauxton_port": "8000", | |
"db_host": "localhost", | |
"db_port": "5984", | |
"custom_commands_path": "test/nightwatch_tests/custom-commands", | |
"globals_path": "test/nightwatch_tests/helpers/helpers.js" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment