-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 820 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
{
"name": "browserify-optional",
"version": "1.0.1",
"description": "A browserify transform that allows optional dependencies in try..catch blocks",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/devongovett/browserify-optional.git"
},
"keywords": [
"browserify",
"transform",
"optional"
],
"author": "Devon Govett <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/devongovett/browserify-optional/issues"
},
"homepage": "https://github.com/devongovett/browserify-optional",
"devDependencies": {
"concat-stream": "^1.4.7",
"mocha": "^2.2.1"
},
"dependencies": {
"ast-transform": "0.0.0",
"ast-types": "^0.7.0",
"browser-resolve": "^1.8.1"
}
}