forked from mozilla/zippy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "zippy",
"version": "0.0.2",
"private": true,
"description": "A reference implementation for payment providers for the Firefox Marketplace.",
"main": "main.js",
"dependencies": {
"client-sessions": "0.6.0",
"errors": "0.1.0",
"escape-html": "1.0.1",
"express": "3.4.8",
"forms": "0.3.0",
"i18n-abide": "0.0.17",
"node-uuid": "1.4.1",
"nunjucks": "1.0.1",
"oauth-client": "0.3.0",
"passport": "0.2.0",
"passport-http-oauth": "0.1.3",
"posix-getopt": "1.0.0",
"q": "1.0.0",
"save": "0.0.20",
"underscore": "1.6.0",
"request": "~2.34.0",
"then-redis": "~0.3.9",
"when": "~2.8.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bower-task": "~0.3.4",
"grunt-casper": "~0.3.1",
"grunt-concurrent": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-stylus": "~0.13.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-i18n-abide": "0.0.9",
"grunt-nodemon": "~0.2.0",
"grunt-shell": "~0.6.4",
"nock": "~0.27.1",
"nodeunit": "0.8.6",
"super-request": "~0.0.4"
},
"scripts": {
"test": "node -e \"require('grunt').cli()\" null test",
"uitest": "node -e \"require('grunt').cli()\" null uitest"
},
"author": "Mozilla",
"license": "MPL 2.0"
}