mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2025-01-12 04:18:13 +00:00
25 lines
686 B
JSON
25 lines
686 B
JSON
{
|
|
"name": "butterfly",
|
|
"version": "2.0.0",
|
|
"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.12.1",
|
|
"grunt": "^0.4.5",
|
|
"grunt-coffeelint": "0.0.13",
|
|
"grunt-contrib-coffee": "^0.13.0",
|
|
"grunt-contrib-cssmin": "^0.14.0",
|
|
"grunt-contrib-uglify": "^0.9.2",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-sass": "^1.1.0-beta"
|
|
}
|
|
}
|