fxa-profile-server/package.json

58 строки
1.5 KiB
JSON
Исходник Обычный вид История

2014-02-05 00:27:40 +04:00
{
"name": "fxa-profile-server",
2014-11-18 01:16:03 +03:00
"version": "0.26.1",
2014-02-05 00:27:40 +04:00
"private": true,
"description": "Firefox Accounts Profile service.",
"main": "index.js",
"scripts": {
2014-02-11 01:05:42 +04:00
"start": "grunt server",
"test": "grunt test --node-env=test",
2014-08-06 01:55:08 +04:00
"outdated": "npm outdated --depth 0"
2014-02-05 00:27:40 +04:00
},
"dependencies": {
"aws-sdk": "2.0.23",
"bluebird": "2.3.10",
2014-07-25 03:11:23 +04:00
"buf": "0.1.0",
"compute-cluster": "0.0.9",
"convict": "0.6.0",
"gm": "1.17.0",
"hapi": "7.1.1",
"joi": "4.7.0",
"mozlog": "1.0.0",
"mysql": "2.5.2",
"request": "2.47.0",
"stream-to-array": "2.0.2"
2014-02-05 00:27:40 +04:00
},
"devDependencies": {
2014-07-25 03:11:23 +04:00
"blanket": "^1.1.6",
"commander": "2.5.0",
2014-07-25 03:11:23 +04:00
"grunt": "^0.4.3",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-conventional-changelog": "~1.1.0",
2014-07-25 03:11:23 +04:00
"grunt-copyright": "^0.1.0",
"grunt-jscs": "^0.8.1",
"grunt-mocha-test": "^0.12.1",
2014-07-25 03:11:23 +04:00
"grunt-nodemon": "^0.3.0",
"grunt-nsp-shrinkwrap": "^0.0.3",
2014-02-05 00:27:40 +04:00
"insist": "0.x",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^1.0.0",
2014-07-25 03:11:23 +04:00
"mkdirp": "^0.5.0",
"mocha-text-cov": "^0.1.0",
"nock": "^0.48.0",
"pngparse": "2.0.1",
2014-07-25 03:11:23 +04:00
"rimraf": "^2.2.8",
"through": "^2.3.4",
"time-grunt": "^1.0.0"
2014-02-05 00:27:40 +04:00
},
2014-09-19 04:11:51 +04:00
"repository": "mozilla/fxa-profile-server",
"bugs": "https://github.com/mozilla/fxa-profile-server/issues",
"homepage": "https://github.com/mozilla/fxa-profile-server",
2014-02-05 00:27:40 +04:00
"author": "Sean McArthur <sean.monstar@gmail.com>",
2014-09-19 04:11:51 +04:00
"engines": {
"node": ">=0.10.0"
},
"license": "MPL 2.0"
2014-02-05 00:27:40 +04:00
}