-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 779 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "react-native-figwheel-bridge",
"version": "1.0.11",
"description": "Enables ReactNative projects written in ClojureScript to use Figwheel Main's live reloading and REPL.",
"homepage": "https://github.com/bhauman/react-native-figwheel-bridge",
"author": "Bruce Hauman <bhauman@gmail.com> (https://rigsomelight.com)",
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/bhauman/react-native-figwheel-bridge.git"
},
"scripts": {
"build": "babel ./figwheel-bridge.js > index.js"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"metro-react-native-babel-preset": "^0.48.5"
},
"dependencies": {
"uri-js": "^4.2.2"
}
}