forked from mozilla/fxa-js-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.62 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
{
"name": "fxa-js-client",
"version": "0.1.25",
"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 && bower 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": "0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/fxa-js-client.git"
},
"bugs": {
"url": "https://github.com/mozilla/fxa-js-client/issues"
},
"dependencies": {
"p-promise": "0.3.2",
"sjcl": "git://github.com/bitwiseshiftleft/sjcl.git#a03ea8e",
"xhr2": "0.0.7"
},
"devDependencies": {
"bower": "~1.3.9",
"grunt": "~0.4.2",
"grunt-build-control": "git://github.com/robwierzbowski/grunt-build-control#274952",
"grunt-bump": "0.0.13",
"grunt-bytesize": "~0.1.1",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-yuidoc": "~0.5.0",
"grunt-conventional-changelog": "~1.1.0",
"grunt-copyright": "~0.1.0",
"grunt-jscs": "0.7.1",
"grunt-open": "~0.2.2",
"http-proxy": "~1.0.2",
"intern-geezer": "~1.7.0",
"load-grunt-tasks": "~0.2.0"
}
}