1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-07 14:48:14 -05:00
denoland-deno/js/package.json

21 lines
464 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",
2018-07-01 15:23:21 -04:00
"espree": "^3.5.3",
"jsdoc": "^3.5.5",
"minimist": "^1.2.0",
"parcel-bundler": "^1.8.1",
2018-06-11 21:54:55 -04:00
"protobufjs": "^6.8.6",
2018-06-19 06:54:24 -04:00
"tmp": "0.0.33",
2018-07-01 15:23:21 -04:00
"tslint": "^5.10.0",
"tslint-eslint-rules": "^5.3.1",
"tslint-no-circular-imports": "^0.5.0",
"typescript": "^2.9.1",
"uglify-js": "^2.8.29"
},
"browserslist": [
"chrome 69"
]
}