-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 770 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 770 Bytes
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
{
"name": "jswrap",
"title": "JavaScript try-catch wrapper",
"description": "Wraps every function in the try-catch statement",
"version": "0.4.0",
"main": "./jswrap.js",
"homepage": "https://github.com/grimalschi/jswrap",
"author": {
"name": "Veaceslav Grimalschi",
"email": "grimalschi@yandex.ru",
"url": "https://github.com/grimalschi"
},
"repository": {
"type": "git",
"url": "git://github.com/grimalschi/jswrap.git"
},
"bugs": "https://github.com/grimalschi/jswrap/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/grimalschi/jswrap/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"escodegen": "^1.14.3",
"esprima": "^4.0.1",
"lodash": "^2.4.1"
},
"keywords": []
}