-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 KB
/
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
38
39
40
{
"name": "babel-preset-react-native-web3",
"version": "0.0.4",
"description": "",
"main": "src/index.js",
"scripts": {
"lint": "eslint src/",
"format": "prettier --ignore-path .gitignore --single-quote --use-tabs --trailing-comma es5 --write '**/*.js'"
},
"author": "Alejandro Garcia <[email protected]>",
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agrcrobles/babel-preset-react-native-web3"
},
"keywords": [
"babel-preset",
"web3",
"react-native"
],
"bugs": {
"url": "https://github.com/agrcrobles/babel-preset-react-native-web3/issues"
},
"homepage": "https://github.com/agrcrobles/babel-preset-react-native-web3#readme",
"dependencies": {
"assert": "^1.4.1",
"babel-plugin-module-resolver": "^3.0.0",
"buffer": "^5.0.8",
"crypto-browserify": "^3.12.0",
"events": "^1.1.1",
"process": "^0.11.10",
"stream-browserify": "^2.0.1",
"url": "^0.11.0",
"util": "^0.10.3",
"vm-browserify": "^0.0.4"
},
"license": "MIT"
}