-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "babelot-livechat-window",
"version": "0.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"predev": "gulp watch &",
"dev": "lite-server",
"build": "gulp",
"start": "node service.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sirbabelot/babelot-livechat-window.git"
},
"author": "Dylan Harness <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/sirbabelot/babelot-livechat-window/issues"
},
"homepage": "https://github.com/sirbabelot/babelot-livechat-window#readme",
"dependencies": {
"amqplib": "0.4.1",
"css-loader": "0.23.1",
"fingerprintjs2": "1.1.3",
"gulp": "3.9.1",
"gulp-intercept": "0.1.0",
"gulp-uglify": "1.5.3",
"html-loader": "0.4.3",
"html-minify-loader": "1.1.0",
"imports-loader": "0.6.5",
"lite-server": "^2.2.0",
"memory-fs": "0.3.0",
"raw-loader": "0.5.1",
"socket.io-client": "1.4.5",
"webpack": "1.12.15",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "3.1.0"
},
"devDependencies": {
"babel-core": "6.7.6",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.6.0",
"shipit": "^1.0.0",
"shipit-cli": "^1.4.1"
}
}