sogo/UI/WebServerResources/package.json

21 lines
509 B
JSON
Raw Normal View History

2014-06-19 21:50:29 +02:00
{
"name": "sogo-web",
2016-01-27 17:22:07 +01:00
"version": "3.0.0",
"homepage": "http://sogo.nu",
"bugs": "http://sogo.nu/bugs",
"devDependencies": {
2015-10-09 18:11:37 +02:00
"autoprefixer": ">=6.0.3",
"bower": ">=1.3.8",
"csswring": ">=3.0.0",
"grunt": ">=0.4.1",
2015-07-24 21:22:35 +02:00
"grunt-contrib-jshint": ">=0.11.2",
"grunt-contrib-uglify": ">=0.9",
"grunt-contrib-watch": ">=0.5.3",
"grunt-ng-annotate": ">=0.10.0",
2015-10-09 18:11:37 +02:00
"grunt-postcss": ">=0.6.0",
2015-06-19 19:48:37 +02:00
"grunt-sass": ">=0.18.1",
2015-10-09 18:11:37 +02:00
"time-grunt": "latest",
"kss": ">=2.1.0"
}
2014-06-19 21:50:29 +02:00
}