-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
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
{
"name": "nodechat-server",
"version": "0.1.0",
"description": "Private chat server",
"main": "server.js",
"dependencies": {
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.5",
"gulp-coffee": "^2.3.2",
"gulp-imagemin": "^3.0.1",
"gulp-minify": "0.0.12",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.5.0",
"gulp-uglify": "^1.5.3",
"pug": "^2.0.0-beta3",
"socket.io": "^1.4.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/anthonyhendrickson/nodechat-server.git"
},
"keywords": [
"chat"
],
"author": "anthony hendrickson",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/anthonyhendrickson/nodechat-server/issues"
},
"homepage": "https://github.com/anthonyhendrickson/nodechat-server#readme"
}