fxa-content-server/package.json

90 строки
2.9 KiB
JSON

{
"name": "fxa-content-server",
"version": "0.0.1",
"description": "Firefox Accounts Content Server",
"scripts": {
"start": "grunt server",
"preinstall": "./scripts/lockdown",
"postinstall": "bower install;cp node_modules/grunt-blanket-mocha/support/* app/bower_components/blanket/src",
"lockdown": "./node_modules/.bin/lockdown-relock",
"test": "intern-runner config=tests/intern",
"test-browser": "intern-runner config=tests/intern_browser",
"test-remote": "intern-runner config=tests/intern_sauce",
"test-server": "intern-client config=tests/intern_server"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/fxa-content-server"
},
"homepage": "https://github.com/mozilla/fxa-content-server",
"bugs": "https://github.com/mozilla/fxa-content-server/issues",
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL 2.0",
"dependencies": {
"bower": "1.2.8",
"connect-cachify": "0.0.15",
"connect-fonts": "0.0.12",
"connect-fonts-clearsans": "0.0.1",
"connect-fonts-firasans": "0.0.2",
"consolidate": "0.10.0",
"convict": "0.4.0",
"express": "3.3.4",
"grunt": "0.4.2",
"grunt-autoprefixer": "0.7.1",
"grunt-blanket-mocha": "0.4.0",
"grunt-bower-install": "0.5.0",
"grunt-bower-requirejs": "0.7.1",
"grunt-bump": "0.0.13",
"grunt-cli": "0.1.13",
"grunt-concurrent": "0.3.0",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-csslint": "0.2.0",
"grunt-contrib-cssmin": "0.6.0",
"grunt-contrib-htmlmin": "0.1.3",
"grunt-contrib-imagemin": "0.5.0",
"grunt-contrib-jshint": "0.8.0",
"grunt-contrib-uglify": "0.2.0",
"grunt-contrib-watch": "0.5.2",
"grunt-conventional-changelog": "1.1.0",
"grunt-copyright": "0.1.0",
"grunt-jscs-checker": "0.3.2",
"grunt-jsonlint": "1.0.4",
"grunt-mocha": "0.4.0",
"grunt-modernizr": "0.4.1",
"grunt-po2json": "git://github.com/shane-tomlinson/grunt-po2json.git#c1a7406",
"grunt-preprocess": "3.0.1",
"grunt-requirejs": "0.4.0",
"grunt-rev": "0.1.0",
"grunt-sass": "0.11.0",
"grunt-svgmin": "0.2.0",
"grunt-todo": "0.1.2",
"grunt-usemin": "0.1.10",
"grunt-z-schema": "0.1.0",
"handlebars": "1.3.0",
"helmet": "0.1.2",
"i18n-abide": "0.0.17",
"intel": "0.5.2",
"jshint": "0.9.1",
"jshint-stylish": "0.1.5",
"jsxgettext-recursive": "0.0.3",
"jwcrypto": "0.5.0",
"load-grunt-tasks": "0.3.0",
"lockdown": "0.0.5",
"mkdirp": "0.3.5",
"time-grunt": "0.2.9"
},
"devDependencies": {
"awsbox": "0.6.2",
"fxa-auth-server": "git://github.com/mozilla/fxa-auth-server.git",
"intern-geezer": "1.3.2",
"request": "2.33.0",
"xmlhttprequest": "git://github.com/zaach/node-XMLHttpRequest.git#onerror"
},
"engines": {
"node": ">=0.8.0"
},
"readmeFilename": "README.md"
}