-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 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
{
"name": "spa-plugin-wamp",
"version": "1.0.2",
"description": "Web Application Messaging Protocol.",
"author": {
"name": "Stanislav Kalashnik",
"email": "darkpark.main@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/spasdk/plugin-wamp.git"
},
"scripts": {
"lint": "eslint --ignore-pattern '/docs/' .",
"test": "npm run lint",
"jsdoc": "jsdoc --destination docs *.js readme.md"
},
"dependencies": {
"extend": "3.*.*",
"bufferutil": "3.*.*",
"cjs-wamp": "1.*.*",
"debug": "3.*.*",
"spa-plugin": "1.*.*",
"utf-8-validate": "3.*.*",
"ws": "3.*.*"
},
"devDependencies": {
"eslint": "4.*.*",
"jsdoc": "3.*.*",
"spa-eslint-config": "1.*.*"
},
"keywords": [
"spa",
"spasdk",
"framework",
"develop",
"plugin",
"wamp",
"server"
],
"license": "GPL-3.0"
}