-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.07 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.07 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
43
44
45
46
47
48
49
50
{
"author": "Sergey Korotkov <sergeyksv@gmail.com>",
"name": "safe",
"version": "0.4.8",
"repository": {
"type": "git",
"url": "git://github.com/sergeyksv/safejs.git"
},
"contributors": [
{
"name": "Sergey Korotkov",
"email": "sergeyksv@gmail.com"
},
{
"name": "Ilya Shatokhin",
"email": "eXamp1e@mail.ru"
}
],
"keywords": [
"async",
"safe",
"callback",
"controlflow"
],
"main": "app.js",
"engines": {
"node": ">= v0.10.x"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"es6-map": "^0.1.5",
"es6-promise": "^4.2.8",
"es6-set": "^0.1.6",
"es6-symbol": "^3.1.3",
"eslint": "^8.56.0",
"eslint-plugin-no-inferred-method-name": "^2.0.0",
"eslint-plugin-sonarjs": "^0.23.0",
"grunt": "^1.6.1",
"grunt-babel": "^8.0.0",
"grunt-terser": "^2.0.0",
"is-async-supported": "^1.2.0",
"load-grunt-tasks": "^5.1.0",
"mocha": "^3.5.3"
},
"scripts": {
"test": "mocha -bR spec ./test/test.js"
},
"dependencies": {}
}