-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
57 lines (57 loc) · 1.45 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
{
"name": "Discord",
"main": "app.js",
"private": true,
"scripts": {
"test": "./gulp test"
},
"engines": {
"node": "0.12.x"
},
"license": "MPL-2.0",
"contributors": [{
"name": "Blixa Morgan",
"email": "[email protected]",
"url": "http://mrmakeit.me"
}, {
"name": "John Karahalis",
"email": "[email protected]",
"url": "https://openjck.com"
}, {
"name": "Luke Crouch",
"email": "[email protected]",
"url": "http://groovecoder.com"
}, {
"name": "David Walsh",
"email": "[email protected]",
"url": "http://davidwalsh.name"
}],
"dependencies": {
"body-parser": "^1.6.6",
"doiuse": "^2.2.1",
"express": "^4.8.6",
"gulp": "^3.8.11",
"gulp-marked": "^1.0.0",
"kue": "^0.10.4",
"newrelic": "^1.21.1",
"nunjucks": "^1.3.4",
"octonode": "^0.7.1",
"pg": "^4.4.1",
"pg-hstore": "^2.3.2",
"postcss": "^4.1.11",
"q": "^1.4.1",
"request": "^2.40.0",
"sequelize": "^3.5.1",
"sequelize-cli": "^1.7.4",
"source-map": "^0.4.2",
"stylus": "^0.51.1"
},
"devDependencies": {
"chai": "^3.0.0",
"gulp-jsbeautifier": "^0.0.8",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.1.3",
"nock": "^2.7.0",
"yargs": "3.16.1"
}
}