Files
butterfly/package.json
2014-05-19 11:47:41 +02:00

26 lines
687 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.4",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-coffeelint": "0.0.8",
"grunt-sass": "^0.12.1",
"grunt-sass-to-scss": "^0.1.9"
}
}