83 строки
2.7 KiB
JSON
83 строки
2.7 KiB
JSON
{
|
|
"name": "fxa-content-server",
|
|
"version": "0.13.0",
|
|
"description": "Firefox Accounts Content Server",
|
|
"scripts": {
|
|
"start": "grunt server",
|
|
"postinstall": "bower install --config.interactive=false -s; cp node_modules/grunt-blanket-mocha/support/* app/bower_components/blanket/src",
|
|
"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",
|
|
"contributors": "git shortlog -s | cut -c8- | sort -f > CONTRIBUTORS.md"
|
|
},
|
|
"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": {
|
|
"bluebird": "1.2.4",
|
|
"bower": "1.3.3",
|
|
"connect-cachify": "0.0.17",
|
|
"consolidate": "0.10.0",
|
|
"convict": "0.4.2",
|
|
"express": "3.6.0",
|
|
"grunt": "0.4.5",
|
|
"grunt-autoprefixer": "0.7.3",
|
|
"grunt-blanket-mocha": "0.4.0",
|
|
"grunt-bower-requirejs": "0.11.0",
|
|
"grunt-bump": "0.0.13",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-concurrent": "0.5.0",
|
|
"grunt-contrib-clean": "0.5.0",
|
|
"grunt-contrib-concat": "0.4.0",
|
|
"grunt-contrib-copy": "0.5.0",
|
|
"grunt-contrib-csslint": "0.2.0",
|
|
"grunt-contrib-cssmin": "0.9.0",
|
|
"grunt-contrib-htmlmin": "0.3.0",
|
|
"grunt-contrib-imagemin": "0.5.0",
|
|
"grunt-contrib-jshint": "0.10.0",
|
|
"grunt-contrib-uglify": "0.4.0",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-conventional-changelog": "1.1.0",
|
|
"grunt-copyright": "0.1.0",
|
|
"grunt-jscs-checker": "0.4.3",
|
|
"grunt-jsonlint": "1.0.4",
|
|
"grunt-marked": "0.1.0",
|
|
"grunt-mocha": "0.4.10",
|
|
"grunt-nsp-shrinkwrap": "0.0.3",
|
|
"grunt-po2json": "git://github.com/shane-tomlinson/grunt-po2json.git#c1a7406",
|
|
"grunt-requirejs": "0.4.2",
|
|
"grunt-rev": "0.1.0",
|
|
"grunt-sass": "0.12.1",
|
|
"grunt-text-replace": "0.3.11",
|
|
"grunt-todo": "0.2.3",
|
|
"grunt-usemin": "2.1.1",
|
|
"grunt-z-schema": "0.1.0",
|
|
"handlebars": "1.3.0",
|
|
"helmet": "0.2.1",
|
|
"i18n-abide": "0.0.20",
|
|
"intel": "0.5.2",
|
|
"jshint": "2.5.0",
|
|
"jshint-stylish": "0.2.0",
|
|
"jsxgettext-recursive": "0.0.3",
|
|
"load-grunt-tasks": "0.4.0",
|
|
"mkdirp": "0.5.0",
|
|
"request": "2.34.0",
|
|
"time-grunt": "0.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"awsbox": "0.7.0",
|
|
"intern-geezer": "1.7.0",
|
|
"xmlhttprequest": "git://github.com/zaach/node-XMLHttpRequest.git#onerror"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"readmeFilename": "README.md"
|
|
}
|