-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 950 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
{
"name": "discordpaste",
"version": "1.0.0",
"description": "Hastebin-like website but for Discord Users",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/minemidnight/discordpaste.git"
},
"keywords": [
"paste",
"discord"
],
"author": "minemidnight",
"license": "MIT",
"bugs": {
"url": "https://github.com/minemidnight/discordpaste/issues"
},
"homepage": "https://github.com/minemidnight/discordpaste#readme",
"dependencies": {
"babel-plugin-es6-promise": "^1.1.1",
"babel-preset-es2016": "^6.24.1",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"express": "^4.15.4",
"express-babelify-middleware": "^0.2.1",
"handlebars": "^4.0.10",
"rethinkdbdash": "^2.3.31",
"shortid": "^2.2.8",
"superagent": "^3.5.2"
}
}