Files
butterfly/package.json
Florian Mounier c0943dfde9 Update libs
2014-07-18 11:11:07 +02:00

25 lines
653 B
JSON

{
"name": "butterfly",
"version": "1.5.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": {
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.10",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^0.14.0"
}
}