-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.35 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
41
42
43
44
45
46
47
{
"name": "smart_websocket_client",
"version": "1.0.0",
"description": "Smart Websocket Client is a chrome extension to help developers develop and test websocket.",
"main": "src/app.js",
"dependencies": {
"alt": "^0.17.3",
"babel-runtime": "^5.8.24",
"brace": "^0.5.1",
"js-beautify": "^1.5.10",
"history": "^1.0.0",
"lodash": "^3.10.1",
"object-assign": "^4.0.1",
"react": "^0.13.3",
"react-ace": "^2.5.0",
"react-router": "^1.0.0-rc1"
},
"devDependencies": {
"babel-core": "^5.8.24",
"babel-loader": "^5.3.2",
"css-loader": "^0.18.0",
"eslint-plugin-react": "^3.3.2",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"html-webpack-plugin": "^1.6.1",
"node-sass": "^3.3.2",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.4",
"webpack": "^1.12.1",
"webpack-dev-server": "^1.10.1"
},
"scripts": {
"build": "./scripts/build.sh",
"watch": "webpack-dev-server --hot --inline --progress --colors",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/crysislinux/smart_websocket_client.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/crysislinux/smart_websocket_client/issues"
},
"homepage": "https://github.com/crysislinux/smart_websocket_client"
}