-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 964 Bytes
/
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
{
"name": "webpayments-marketplace",
"version": "0.3.1",
"author": "@ndreio Andrei Oprea",
"description": "An implementation using the payswarm module",
"private": true,
"scripts": {
"start": "node app.js"
},
"host": "http://appstoredemo.payswarm.com",
"keywords": [
"webpayments",
"persona",
"payswarm"
],
"dependencies": {
"express": "3.0.0",
"jade": "*",
"stylus": "*",
"request": "~2.21.0",
"payswarm": "*",
"async": "~0.2.9",
"mongoose": "~3.6.11",
"underscore": "~1.4.4",
"highlight.js": "~7.3.0",
"zipper": "*"
},
"subdomain": "webpayments",
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/piatra/webpayments-marketplace"
},
"devDependencies": {
"requirejs": "~2.1.8",
"zipper": "~0.3.0",
"grunt": "~0.4.1",
"grunt-mocha-phantomjs": "~0.3.0",
"chai": "~1.7.2",
"mocha": "~1.13.0"
}
}