mirror of
https://github.com/jlfwong/speedscope.git
synced 2024-11-22 12:53:23 +03:00
25 lines
500 B
JSON
25 lines
500 B
JSON
{
|
|
"name": "speedscope",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"serve": "parcel index.html --open --no-autoinstall",
|
|
"deploy": "./deploy.sh"
|
|
},
|
|
"browserslist": [
|
|
"last 2 Chrome versions",
|
|
"last 2 Firefox versions"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"aphrodite": "2.1.0",
|
|
"parcel-bundler": "1.7.0",
|
|
"preact": "8.2.7",
|
|
"regl": "1.3.1",
|
|
"typescript": "2.8.1",
|
|
"uglify-es": "3.2.2"
|
|
}
|
|
}
|