mirror of https://github.com/status-im/metro.git
27 lines
572 B
JSON
27 lines
572 B
JSON
|
{
|
||
|
"name": "metro-bundler",
|
||
|
"description": "The JavaScript bundler for React Native",
|
||
|
"version": "0.1.0",
|
||
|
"main": "build/index.js",
|
||
|
"bin": {
|
||
|
"metro-bundler": "./bin/metro-bundler.js"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 4"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/facebook/metro-bundler"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/facebook/metro-bundler/issues"
|
||
|
},
|
||
|
"homepage": "http://facebook.github.io/metro-bundler/",
|
||
|
"keywords": [
|
||
|
"bundler",
|
||
|
"react",
|
||
|
"react-native"
|
||
|
],
|
||
|
"license": "BSD-3-Clause"
|
||
|
}
|