mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2024-12-22 04:08:30 +00:00
21 lines
361 B
JSON
21 lines
361 B
JSON
{
|
|
"name": "butterfly",
|
|
"version": "1.0.0",
|
|
"authors": [
|
|
"Florian Mounier <florian.mounier@kozea.fr>"
|
|
],
|
|
"description": "A sleek web based terminal emulator",
|
|
"license": "None",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"google-caja": "*"
|
|
}
|
|
}
|