0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00
deno/package.json

11 lines
206 B
JSON
Raw Normal View History

2018-05-13 23:32:01 -04:00
{
"name": "deno",
"devDependencies": {
2018-05-14 02:50:55 -04:00
"@types/text-encoding": "^0.0.32",
2018-05-13 23:32:01 -04:00
"parcel-bundler": "^1.8.1",
2018-05-14 00:42:14 -04:00
"protobufjs": "^6.8.6",
2018-05-14 02:50:55 -04:00
"text-encoding": "^0.6.4",
2018-05-13 23:32:01 -04:00
"typescript": "^2.8.3"
}
}