mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 09:12:02 +00:00
48d3cd7d26
Reviewed By: bnham Differential Revision: D4250937 fbshipit-source-id: b5f2cfdeb06c04399670e463b8b2498e2fe0074b
22 lines
565 B
JSON
22 lines
565 B
JSON
{
|
|
"name": "jsc-heap-capture",
|
|
"version": "1.0.0",
|
|
"description": "processes captured heaps from javascript core",
|
|
"main": "bundle.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack"
|
|
},
|
|
"author": "cwdick",
|
|
"devDependencies": {
|
|
"babel-core": "^6.17.0",
|
|
"babel-loader": "^6.2.5",
|
|
"babel-plugin-transform-class-properties": "^6.16.0",
|
|
"babel-preset-es2015": "^6.16.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"react": "^0.14.1",
|
|
"react-dom": "^0.14.1",
|
|
"webpack": "^1.13.2"
|
|
}
|
|
}
|