forked from jsbin/jsbin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.32 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
{
"author": [
{
"name": "Remy Sharp",
"email": "[email protected]",
"web": "http://remysharp.com"
}
],
"name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"main": "./lib/app",
"version": "3.25.22",
"preferGlobal": "true",
"homepage": "http://jsbin.com",
"bin": "./bin/jsbin",
"repository": {
"type": "git",
"url": "git://github.com/jsbin/jsbin.git"
},
"scripts": {
"start": "(sleep 2 && open http://localhost:3000) & ./bin/jsbin",
"test": "node_modules/mocha/bin/_mocha -t 25000 --ui bdd test/**/*.test.js",
":install": "build/install.js",
"preupdate": "node build/pre-update.js",
"postupdate": "node build/post-update.js commit"
},
"dependencies": {
"async": "~0.1.22",
"asyncjs": "0.0.7",
"aws-sdk": "^2.0.18",
"axon": "~2.0.0",
"bcrypt-nodejs": "0.0.3",
"bin-to-file": "0.0.5",
"clone": "~0.1.18",
"commander": "1.0.0",
"dropbox": "~0.10.2",
"express": "3.0.x",
"express-cookie-blacklist": "~2.0.0",
"feature-gateway": "0.0.4",
"file-db": "0.0.2",
"flatten.js": "0.1.0",
"handlebars": "~2.0.0-alpha.2",
"hbs": "~2.7.0",
"jade": "~1.4.2",
"less": "~1.7.3",
"lynx": "~0.1.1",
"lz-string": "~1.3.3",
"memcached": "git://github.com/3rd-Eden/node-memcached#10733b0e487793dde1d3a4f9201b1ec41c0be0c6",
"moment": "~2.5.1",
"mysql": "~2.0.0-alpha9",
"nodemailer": "0.3.20",
"passport": "~0.1.17",
"passport-dropbox-oauth2": "~0.1.5",
"passport-github": "~0.1.5",
"promise": "~5.0.0",
"replify": "~1.2.0",
"rsvp": "~3.0.1",
"semver": "~2.1.0",
"sendy-api": "0.0.1",
"soak": "0.3.0",
"sqlite3": "~2.2.0",
"stripe": "~2.7.3",
"stylus": "^0.47.1",
"undefsafe": "0.0.2",
"underscore": "~1.4.4",
"validate-vat": "~0.3.1",
"validator": "^3.16.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.2.2",
"should": "~1.2.2",
"sinon": "~1.7.3",
"grunt-cli": "~0.1.11",
"mocha-casperjs": "~0.5.0",
"hbs-utils": "0.0.3",
"mocha": "~1.21.4"
},
"optionalDependencies": {
"zmq": "~2.6.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://rem.mit-license.org"
}
]
}