Current section

Files

Jump to
xprof priv package.json
Raw

priv/package.json

{
"name": "xprof",
"version": "1.1.0",
"description": "Visual BEAM profiler",
"repository": {
"type": "git",
"url": "https://github.com/appliscale/xprof.git"
},
"keywords": [
"xprof"
],
"author": [
"Michal Niec <michal.niec@appliscale.io>"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/appliscale/xprof/issues"
},
"homepage": "https://github.com/appliscale/xprof",
"devDependencies": {
"babel-core": "6.2.1",
"babel-loader": "6.2.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"bower": "1.8.0",
"css-loader": "0.23.0",
"file-loader": "0.8.5",
"style-loader": "0.13.0",
"url-loader": "0.5.7",
"webpack": "1.12.9"
}
}