75 строки
2.5 KiB
JSON
75 строки
2.5 KiB
JSON
{
|
|
"name": "fxa-oauth-console",
|
|
"version": "0.5.1",
|
|
"description": "Firefox Accounts OAuth Credential Management Dashboard",
|
|
"scripts": {
|
|
"start": "./scripts/run_dev.js",
|
|
"production": "NODE_ENV=production ember build --environment=production && node bin/server.js",
|
|
"build": "NODE_ENV=production ember build --environment=production",
|
|
"test": "ember test && grunt lint",
|
|
"postinstall": "node_modules/.bin/bower install --config.interactive=false -s --allow-root",
|
|
"outdated": "npm outdated --depth 0",
|
|
"contributors": "git shortlog -s | cut -c8- | sort -f > CONTRIBUTORS"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mozilla/fxa-oauth-console"
|
|
},
|
|
"homepage": "https://github.com/mozilla/fxa-oauth-console",
|
|
"bugs": "https://github.com/mozilla/fxa-oauth-console/issues",
|
|
"author": "Mozilla (https://mozilla.org/)",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"bluebird": "2.3.11",
|
|
"body-parser": "1.18.2",
|
|
"bower": "*",
|
|
"broccoli-asset-rev": "^2.1.2",
|
|
"broccoli-ember-hbs-template-compiler": "1.7.0",
|
|
"broccoli-sass": "udaraweerasinghege/broccoli-sass#02dfa0ae15409ad1762d4dfc65c9f7998ea648bd",
|
|
"client-sessions": "0.7.0",
|
|
"convict": "1.5.0",
|
|
"cookie-parser": "1.4.3",
|
|
"ember-cli": "2.4.0",
|
|
"ember-cli-sri": "~2.0.0",
|
|
"ember-cli-app-version": "1.0.0",
|
|
"ember-load-initializers": "~0.5.0",
|
|
"ember-cli-babel": "5.1.10",
|
|
"ember-resolver": "~2.0.3",
|
|
"ember-cli-dependency-checker": "~1.2.0",
|
|
"ember-cli-content-security-policy": "0.4.0",
|
|
"ember-cli-htmlbars": "1.0.1",
|
|
"ember-cli-htmlbars-inline-precompile": "0.3.1",
|
|
"ember-cli-inject-live-reload": "1.3.1",
|
|
"ember-data": "2.4.0",
|
|
"ember-ajax": "0.7.1",
|
|
"ember-disable-proxy-controllers": "1.0.1",
|
|
"ember-export-application-global": "1.0.4",
|
|
"ember-simple-auth": "1.2.0",
|
|
"express": "4.15.5",
|
|
"glob": "7.1.1",
|
|
"mozlog": "2.0.6",
|
|
"loader.js": "~4.0.0",
|
|
"request": "2.79.0"
|
|
},
|
|
"devDependencies": {
|
|
"ember-cli-qunit": "1.2.1",
|
|
"ember-cli-release": "0.2.8",
|
|
"ember-cli-uglify": "1.2.0",
|
|
"eslint-config-fxa": "3.0.0",
|
|
"grunt": "^1.0.1",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-concurrent": "^2.3.1",
|
|
"grunt-contrib-jshint": "1.1.0",
|
|
"grunt-copyright": "0.3.0",
|
|
"grunt-eslint": "19.0.0",
|
|
"load-grunt-tasks": "3.5.2",
|
|
"nodemon": "^1.2.1",
|
|
"xmlhttprequest": "git://github.com/zaach/node-XMLHttpRequest.git#onerror"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.5.0",
|
|
"npm": ">=2.4"
|
|
},
|
|
"readmeFilename": "README.md"
|
|
}
|