-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
{
"private": true,
"name": "smartbots",
"version": "1.0.0",
"description": "The Smart Bots System's server",
"main": "server.js",
"directories": {
"test": "tests"
},
"dependencies": {
"cookie": "^0.3.1",
"crypto-js": "^3.1.6",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"ioredis": "^2.1.0",
"jQuery": "^1.7.4",
"php-unserialize": "0.0.1",
"redis": "^2.6.2",
"request": "https://registry.npmjs.org/request/-/request-2.65.0.tgz",
"socket.io": "^1.4.6"
},
"devDependencies": {
"bower": "^1.7.9",
"gulp": "^3.9.1",
"gulp-htmlmin": "^2.0.0",
"gulp-imagemin": "^3.0.1",
"laravel-elixir": "^5.0.0",
"bootstrap-sass": "^3.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"prod": "gulp --production",
"dev": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smart-bots/server.git"
},
"author": [
"Huỳnh Đức Duy <[email protected]>",
"Trần Tuấn Anh <[email protected]>",
"Tống Xuân Bảo <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/smart-bots/server/issues"
},
"homepage": "https://github.com/smart-bots/server#readme"
}