forked from lajosbencz/vue-wamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.57 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "vue-wamp",
"version": "1.6.1",
"description": "AutobahnJS wrapper library fo Vue.js",
"private": false,
"main": "lib/vue-wamp.js",
"scripts": {
"crossbar": "cd example && crossbar start",
"example": "cross-env NODE_ENV=development webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lajosbencz/vue-wamp"
},
"keywords": [
"vue",
"wamp",
"autobahn",
"websocket"
],
"author": "Lajos Bencz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lajosbencz/vue-wamp/issues"
},
"homepage": "https://github.com/lajosbencz/vue-wamp#readme",
"dependencies": {
"autobahn-browser": "^18.3.2",
"deferred": "^0.7.5"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^6.4.1",
"bootstrap": "^3.3.7",
"bootstrap-loader": "^2.2.0",
"bootstrap-sass": "^3.3.7",
"chalk": "^1.1.3",
"cross-env": "^3.2.4",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.30.1",
"jquery": "^3.2.1",
"node-sass": "^4.7.2",
"path": "^0.12.7",
"resolve-url-loader": "^1.6.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.2",
"underscore": "^1.8.3",
"url-loader": "^0.5.7",
"vue": "^2.5.9",
"vue-loader": "^10.3.0",
"vue-resource": "^1.3.4",
"vue-template-compiler": "^2.1.10",
"webpack": "^2.7.0",
"webpack-dev-server": "^1.16.5"
}
}