es2-code-prettify
Version:
Google Code Prettify for ES2
41 lines (40 loc) • 1.03 kB
JSON
{
"name": "es2-code-prettify",
"version": "0.4.0",
"description": "Google Code Prettify for ES2",
"license": "Apache-2.0",
"homepage": "https://github.com/ECMAScript2/es2-code-prettify",
"repository": {
"type": "git",
"url": "git+https://github.com/ECMAScript2/es2-code-prettify.git"
},
"bugs": {
"url": "https://github.com/ECMAScript2/es2-code-prettify/issues"
},
"keywords": [
"syntax",
"highlight",
"highlighting",
"source",
"code",
"prettify"
],
"author": "itozyun",
"scripts": {
"build": "gulp all",
"prepare": "gulp web",
"start": "node local-web-server.js"
},
"devDependencies": {
"es2-postprocessor": "^0.12.1",
"es2-to-es3": "^0.9.2",
"express": "^4.17.3",
"google-closure-compiler": "^20230206.0.0",
"gulp": "^4.0.2",
"gulp-connecting-room": "^0.2.0",
"gulp-diamond-princess-zoning": "^0.9.13",
"plugin-error": "^2.0.1",
"through2": "^4.0.2",
"vinyl": "^3.0.0"
}
}