-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 944 Bytes
/
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
{
"name": "simple-chat-demo",
"version": "1.0.0",
"description": "demo application for Pushpin bundle",
"dependencies": {
"handlebars": "^4.0.11",
"handlebars-loader": "^1.6.0",
"moment": "^2.20.1",
"reconnecting-eventsource": "^1.0.1",
"stream-http": "^2.8.0"
},
"devDependencies": {
"@symfony/webpack-encore": "^0.17.1",
"bootstrap-sass": "^3.3.7",
"jquery": "^3.2.1",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smart-gamma/simple-chat-demo.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/smart-gamma/simple-chat-demo/issues"
},
"homepage": "https://github.com/smart-gamma/simple-chat-demo#readme",
"eslintConfig": {
"env": {
"browser": true,
"node": true
}
}
}