-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 923 Bytes
/
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
{
"name": "scpo-proce",
"version": "2.10304.0",
"description": "Make your async programming easier",
"main": "main.js",
"scripts": {
"build": "node build",
"test-ie": "node test/test0.js",
"test-oh": "start test/test3.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/E0SelmY4V/scpo-proce.git"
},
"keywords": [
"async",
"promise",
"callback",
"ie",
"es3",
"es5",
"utility",
"utilities",
"util"
],
"author": "e0selmy4v",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/E0SelmY4V/scpo-proce/issues"
},
"homepage": "https://github.com/E0SelmY4V/scpo-proce#readme",
"dependencies": {
"accurtype": "^2.4.166"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"ie-passer": "^1.3.4",
"terser": "^5.16.5",
"export-tester": "^1.0.0"
}
}