This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
59 lines (59 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
{
"name": "fxa-js-client",
"version": "1.0.8",
"description": "Web client that talks to the Firefox Accounts API server",
"author": "Mozilla",
"license": "MPL-2.0",
"scripts": {
"start": "grunt",
"test": "grunt test",
"test-local": "intern-client config=tests/intern auth_server=LOCAL",
"setup": "npm install && grunt sjcl",
"contributors": "git shortlog -s | cut -c8- | sort -f > CONTRIBUTORS.md"
},
"main": "node/index.js",
"files": [
"node/",
"client/",
"LICENSE"
],
"readmeFilename": "README.md",
"homepage": "https://github.com/mozilla/fxa-js-client",
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/fxa-js-client.git"
},
"bugs": {
"url": "https://github.com/mozilla/fxa-js-client/issues"
},
"dependencies": {
"es6-promise": "4.1.1",
"sjcl": "git://github.com/bitwiseshiftleft/sjcl.git#a03ea8e",
"xhr2": "0.0.7"
},
"devDependencies": {
"eslint-config-fxa": "1.8.1",
"grunt": "0.4.2",
"grunt-build-control": "git://github.com/robwierzbowski/grunt-build-control#274952",
"grunt-bump": "0.3.1",
"grunt-bytesize": "0.1.1",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-yuidoc": "0.9.0",
"grunt-conventional-changelog": "3.0.0",
"grunt-copyright": "0.2.0",
"grunt-eslint": "16.0.0",
"grunt-open": "0.2.2",
"grunt-webpack": "3.0.2",
"http-proxy": "1.11.1",
"intern-geezer": "2.2.3",
"jscs-jsdoc": "1.1.0",
"load-grunt-tasks": "3.2.0",
"otplib": "7.1.0",
"webpack": "3.10.0"
}
}