ish/app/xtermjs/package.json
2018-04-15 13:36:46 -07:00

13 lines
246 B
JSON

{
"name": "xtermjs-glue",
"scripts": {
"build": "parcel build --out-dir xterm-dist --public-url . --no-source-maps term.html"
},
"dependencies": {
"xterm": "^2.9.2"
},
"devDependencies": {
"parcel-bundler": "^1.7.1"
}
}