forked from mozilla/fxa-profile-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "fxa-profile-server",
"version": "0.53.1",
"private": true,
"description": "Firefox Accounts Profile service.",
"scripts": {
"start": "scripts/run_dev.js",
"test": "grunt test --node-env=test",
"preinstall": "./scripts/check_gm.sh",
"outdated": "npm outdated --depth 0"
},
"dependencies": {
"aws-sdk": "2.0.23",
"bluebird": "2.3.10",
"buf": "0.1.0",
"checksum": "0.1.1",
"compute-cluster": "0.0.9",
"convict": "0.8.0",
"fxa-notifier-aws": "^1.0.0",
"gm": "1.17.0",
"hapi": "7.5.3",
"joi": "4.7.0",
"mozlog": "^2.0.0",
"mysql": "2.5.2",
"mysql-patcher": "0.7.0",
"request": "2.47.0",
"stream-to-array": "2.0.2"
},
"devDependencies": {
"blanket": "^1.1.6",
"commander": "2.5.0",
"eslint-config-fxa": "^1.5.0",
"grunt": "^0.4.3",
"grunt-cli": "^0.1.13",
"grunt-conventional-changelog": "~1.1.0",
"grunt-copyright": "^0.1.0",
"grunt-eslint": "^15.0.0",
"grunt-jscs": "^0.8.1",
"grunt-mocha-test": "^0.12.1",
"grunt-nsp": "^2.1.2",
"insist": "0.x",
"load-grunt-tasks": "^1.0.0",
"mkdirp": "^0.5.0",
"mocha-text-cov": "^0.1.0",
"nock": "^2.17.0",
"pngparse": "2.0.1",
"rimraf": "^2.4.3",
"through": "^2.3.4",
"time-grunt": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/fxa-profile-server.git"
},
"bugs": "https://github.com/mozilla/fxa-profile-server/issues",
"homepage": "https://github.com/mozilla/fxa-profile-server",
"author": "Sean McArthur <[email protected]>",
"engines": {
"node": ">=0.10.0"
},
"license": "MPL-2.0"
}