-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 965 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 965 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": "easy-chat",
"version": "1.0.0",
"description": "Build a system that can provide easy-integration-chat function to any websites/blogs",
"main": "Gruntfile.js",
"dependencies": {
"bluebird": "^2.9.25",
"body-parser": "^1.12.3",
"cookie-parser": "^1.3.4",
"express": "^4.12.3",
"mongoose": "^4.0.2"
},
"devDependencies": {
"bower": "^1.4.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^1.6.0",
"load-grunt-tasks": "^3.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ntq-lab/easy-chat.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ntq-lab/easy-chat/issues"
},
"homepage": "https://github.com/ntq-lab/easy-chat"
}