-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 1.1 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
{
"_id": "[email protected]",
"_location": "/suman-browser-polyfills",
"_phantomChildren": {},
"_requiredBy": [
"#EXISTING"
],
"author": {
"name": "Olegzandr VD"
},
"bugs": {
"url": "https://github.com/sumanjs/suman-browser-polyfills/issues"
},
"dependencies": {
"async": "^2.6.1"
},
"description": "Browser polyfills for heavy backend codebases",
"devDependencies": {
"@types/node": "^9.4.6"
},
"gitHead": "16d708a135cf086e1f8e454533c7763ba9225abe",
"homepage": "https://github.com/sumanjs/suman-browser-polyfills#readme",
"keywords": [
"suman",
"test",
"browser",
"polyfill",
"shim",
"node.js",
"npm"
],
"license": "MIT",
"main": "index.js",
"name": "suman-browser-polyfills",
"optionalDependencies": {},
"readme": "# Suman Browser Polyfills\n\nThis allows to run Suman in the browser.",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/sumanjs/suman-browser-polyfills.git"
},
"scripts": {
"test": "./scripts/test.sh"
},
"version": "0.0.1009"
}