-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "jackflux.xyz",
"version": "1.0.0",
"description": "Cryptocurrency trading tool",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jack-Flux/jackflux.xyz.git"
},
"author": "Jack Flux",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jack-Flux/jackflux.xyz/issues"
},
"homepage": "https://github.com/Jack-Flux/jackflux.xyz#readme",
"devDependencies": {
"eslint": "^4.6.1",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-import": "^2.7.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-sass": "^3.1.0",
"streamqueue": "^1.1.1"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.0",
"ejs": "^2.5.7",
"express": "^4.15.4",
"express-session": "^1.15.5",
"express-socket.io-session": "^1.3.2",
"http": "0.0.0",
"mongoose": "^4.11.11",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"request": "^2.81.0",
"socket.io": "^2.0.3"
}
}