-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 926 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 926 Bytes
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": "chat",
"version": "0.1.0",
"homepage": "http://chat.maxcmiller.com",
"main": "server.js",
"author": {
"name": "maxcmiller",
"email": "maxcharlesmiller@icloud.com"
},
"repository": {
"type": "git",
"url": "https://github.com/einkelflugle/chat.git"
},
"dependencies": {
"mongodb": "^2.0.39",
"socket.io": "^1.3.6"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"connect": "^3.4.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-concurrent": "^2.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^1.0.3",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.4.0",
"grunt-postcss": "^0.5.5",
"grunt-shell": "^1.1.2",
"load-grunt-tasks": "^3.2.0",
"serve-static": "^1.10.0"
}
}