mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2025-01-12 12:28:13 +00:00
25 lines
679 B
JSON
25 lines
679 B
JSON
{
|
|
"name": "butterfly",
|
|
"version": "2.0.2",
|
|
"description": "A sleek web based terminal emulator",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/paradoxxxzero/butterfly.git"
|
|
},
|
|
"private": true,
|
|
"license": "GPLv3",
|
|
"bugs": {
|
|
"url": "https://github.com/paradoxxxzero/butterfly/issues"
|
|
},
|
|
"homepage": "https://github.com/paradoxxxzero/butterfly",
|
|
"devDependencies": {
|
|
"coffeelint": "^1.15.7",
|
|
"grunt": "^1.0.1",
|
|
"grunt-coffeelint": "0.0.15",
|
|
"grunt-contrib-coffee": "^1.0.0",
|
|
"grunt-contrib-cssmin": "^1.0.1",
|
|
"grunt-contrib-uglify": "^1.0.1",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-sass": "^1.2.0"
|
|
}
|
|
}
|