1 | {
|
2 | "name": "babelify",
|
3 | "description": "Babel browserify transform",
|
4 | "version": "10.0.0",
|
5 | "author": "Sebastian McKenzie <sebmck@gmail.com>",
|
6 | "license": "MIT",
|
7 | "homepage": "https://github.com/babel/babelify",
|
8 | "engines": {
|
9 | "node": ">=6.9.0"
|
10 | },
|
11 | "repository": {
|
12 | "type": "git",
|
13 | "url": "https://github.com/babel/babelify.git"
|
14 | },
|
15 | "bugs": {
|
16 | "url": "https://github.com/babel/babelify/issues"
|
17 | },
|
18 | "peerDependencies": {
|
19 | "@babel/core": "^7.0.0"
|
20 | },
|
21 | "devDependencies": {
|
22 | "@babel/core": "^7.0.0",
|
23 | "@babel/plugin-transform-property-literals": "^7.0.0",
|
24 | "@babel/plugin-transform-react-display-name": "^7.0.0",
|
25 | "@babel/preset-env": "^7.0.0",
|
26 | "@babel/preset-flow": "^7.0.0",
|
27 | "@babel/preset-react": "^7.0.0",
|
28 | "babel-plugin-transform-node-env-inline": "^0.4.3",
|
29 | "browserify": "^16.2.2",
|
30 | "convert-source-map": "^1.5.1",
|
31 | "lodash.zipobject": "^4.1.3",
|
32 | "tap": "^12.0.1"
|
33 | },
|
34 | "scripts": {
|
35 | "test": "tap test/*.js"
|
36 | }
|
37 | }
|