forked from jsbin/jsbin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3 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
101
102
103
104
105
106
107
108
109
110
111
{
"author": [
{
"name": "Remy Sharp",
"email": "remy@remysharp.com",
"web": "http://remysharp.com"
}
],
"name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"main": "./lib/app",
"version": "3.40.3",
"preferGlobal": "true",
"homepage": "http://jsbin.com",
"bin": "./bin/jsbin",
"repository": {
"type": "git",
"url": "git://github.com/jsbin/jsbin.git"
},
"scripts": {
"start": "./bin/jsbin",
"test": "node_modules/mocha/bin/_mocha -t 25000 --ui bdd test/unit/**/*.test.js",
":install": "build/install.js",
"postinstall": "grunt build && npm run selenium:install",
"postversion": "git push origin master && git push --tags origin master",
"preupdate": "node build/pre-update.js",
"postupdate": "node build/post-update.js commit",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect",
"e2e": "nightwatch --env local --config nightwatch.js",
"e2e-remote": "nightwatch --env remote --config nightwatch.js",
"selenium:install": "selenium-standalone install"
},
"dependencies": {
"async": "~2.1.4",
"asyncjs": "0.0.10",
"aws-sdk": "^2.0.18",
"axon": "~2.0.0",
"bcrypt-nodejs": "0.0.3",
"bin-to-file": "0.0.5",
"body-parser": "^1.16.0",
"clone": "~2.1.0",
"commander": "2.9.0",
"connect": "^3.5.0",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-alpha.2",
"csurf": "^1.9.0",
"debug": "^2.2.0",
"dropbox": "~2.5.0",
"errorhandler": "^1.5.0",
"express": "4.14.x",
"express-cookie-blacklist": "~2.0.0",
"express-hbs": "^1.0.4",
"feature-gateway": "0.0.4",
"file-db": "0.0.2",
"flatten.js": "0.1.0",
"handlebars": "~4.0.6",
"jade": "~1.11.0",
"less": "~2.7.2",
"lynx": "~0.2.0",
"lz-string": "~1.4.4",
"memcached": "~2.2.2",
"moment": "^2.14.1",
"morgan": "^1.7.0",
"mysql": "~2.13.0",
"nodemailer": "^2.5.0",
"passport": "~0.3.2",
"passport-dropbox-oauth2": "~1.1.0",
"passport-github": "~1.1.0",
"promise": "~7.1.1",
"replify": "~1.2.0",
"request": "^2.74.0",
"rsvp": "~3.3.3",
"semver": "^5.0.3",
"serve-favicon": "^2.3.2",
"snyk": "^1.12.0",
"soak": "0.3.0",
"sqlite3": "~3.1.8",
"stripe": "~4.15.0",
"stylus": "^0.54.5",
"then-fs": "^2.0.0",
"undefsafe": "1.2.0",
"underscore": "~1.8.3",
"uuid": "^3.0.1",
"validate-vat": "^0.4.0",
"validator": "^6.2.1"
},
"devDependencies": {
"glob": "^7.0.5",
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~2.0.0",
"hbs-utils": "0.0.4",
"mocha": "~3.2.0",
"mocha-casperjs": "~0.5.0",
"nightwatch": "^0.9.6",
"proxyquire": "^1.7.10",
"selenium-standalone": "^5.5.0",
"should": "~11.1.2",
"sinon": "~1.17.7",
"tap": "^9.0.3",
"tap-only": "0.0.5"
},
"engines": {
"node": ">=6.3.0"
},
"license": "MIT",
"snyk": true
}