mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2024-12-22 04:08:30 +00:00
41ee5fb843
the old grunt-sass no longer works with newer node.js
26 lines
679 B
JSON
26 lines
679 B
JSON
{
|
|
"name": "butterfly",
|
|
"version": "3.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.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": "^2.1.0"
|
|
}
|
|
}
|