-
-
Notifications
You must be signed in to change notification settings - Fork 114
/
Copy pathpackage.json
37 lines (37 loc) · 990 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
{
"name": "babelify",
"description": "Babel browserify transform",
"version": "10.0.0",
"author": "Sebastian McKenzie <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/babel/babelify",
"engines": {
"node": ">=6.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babelify.git"
},
"bugs": {
"url": "https://github.com/babel/babelify/issues"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-transform-property-literals": "^7.0.0",
"@babel/plugin-transform-react-display-name": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-plugin-transform-node-env-inline": "^0.4.3",
"browserify": "^16.2.2",
"convert-source-map": "^1.5.1",
"lodash.zipobject": "^4.1.3",
"tap": "^12.0.1"
},
"scripts": {
"test": "tap test/*.js"
}
}