-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
100 lines (100 loc) · 2.64 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "appsforhere",
"version": "0.2.0",
"description": "Enhancements and applications for PayPal Here and PayPal in Retail",
"author": "Max Metral",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test grunt test",
"start": "node server.js"
},
"dependencies": {
"accounting": "^0.4.1",
"adaro": "^0.1.5",
"async": "^0.9.0",
"bignumber.js": "^1.5.0",
"confit": "^1.2.0",
"cookie-jar": "^0.3.0",
"cookie-parser": "^1.3.3",
"csv": "^0.4.0",
"dustjs-helpers": "^1.2.0",
"dustjs-linkedin": "^2.3.0",
"engine-munger": "^0.2.0",
"express": "^4.3.0",
"express-session": "^1.7.6",
"express-winston": "^0.2.8",
"findit": "^2.0.0",
"form-data": "^0.1.4",
"kraken-devtools": "^1.0.0",
"kraken-devtools-browserify": "0.0.1",
"kraken-js": "^1.0.1",
"less": "^1.7.4",
"localizr": "^0.1.0",
"marked": "^0.3.2",
"mongodb-queue": "^0.9.1",
"mongoose-findorcreate": "^0.1.2",
"morgan": "^1.5.0",
"newrelic": "^1.14.0",
"newrelicbuster": "^1.0.3",
"node-forge": "^0.6.14",
"node-uuid": "^1.4.1",
"passport": "^0.2.0",
"passport-oauth": "^1.0.0",
"passport.socketio": "^3.3.0",
"paypal-invoice": "^0.1.0",
"pine": "^1.0.0",
"rand-token": "^0.2.1",
"socket.io-adapter-mongo": "^0.1.2",
"twilio": "^1.7.0",
"underscore": "^1.7.0",
"uuid": "^2.0.1",
"vargs": "^0.1.0",
"winston": "^0.7.3",
"winston-mongodb": "^0.5.2",
"wreck": "^5.0.1",
"xlsx": "^0.7.10",
"sticky-session": "^0.1.0",
"image-type": "^1.1.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"grunt": "^0.4.5",
"grunt-browserify": "^3.2.1",
"grunt-cli": "^0.1.13",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.9.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-copy-to": "0.0.10",
"grunt-dustjs": "^1.2.1",
"grunt-localizr": "^0.1.0",
"grunt-loop-mocha": "^0.3.1",
"grunt-mocha-cli": "^1.10.0",
"istanbul": "^0.3.5",
"mocha": "^1.18.0",
"nconf": "^0.6.9",
"nemo": "^0.2.6",
"nemo-drivex": "^0.1.5",
"nemo-locatex": "^0.1.4",
"nemo-mocha-factory": "^0.2.1",
"nemo-view": "^0.2.6",
"supertest": "^0.9.0",
"xunit-file": "0.0.4"
},
"herokuDependencies": {
"connect-mongo": "^0.4.1",
"mongoose": "^3.8.20",
"lwip": "0.0.5",
"socket.io": "^1.2.1",
"mubsub": "^1.0.4"
},
"generator-kraken": {
"version": "1.1.0",
"template": "dustjs",
"css": "less",
"js": "browserify",
"task": "grunt"
}
}