0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/deno2/js/package.json

13 lines
236 B
JSON
Raw Normal View History

{
"devDependencies": {
2018-06-14 08:31:31 -04:00
"@types/base64-js": "^1.2.5",
"@types/source-map-support": "^0.4.1",
"parcel-bundler": "^1.8.1",
2018-06-11 21:54:55 -04:00
"protobufjs": "^6.8.6",
"typescript": "^2.9.1"
},
"browserslist": [
"chrome 69"
]
}