-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.27 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
{
"name": "messageport-observable",
"version": "1.2.4",
"description": "",
"main": "./index",
"module": "./index.mjs",
"jsnext:main": "./index.mjs",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/asppsa/messageport-observable.git"
},
"keywords": [
"MessageChannel",
"MessagePort",
"postMessage",
"Observable",
"Worker",
"SharedWorker"
],
"author": "Alastair Pharo <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"gulp": "^3.9.1",
"rollup": "^0.52.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0"
},
"dependencies": {
"@stamp/it": "^1.0.1",
"zen-observable": "^0.6.0"
},
"jspm": {
"main": "index.mjs",
"meta": {
"index.mjs": {
"format": "esm"
}
}
}
}