szurubooru/package.json

24 lines
465 B
JSON
Raw Normal View History

2014-09-09 16:52:22 +02:00
{
"name": "szurubooru",
"version": "0.9.0",
2014-10-02 18:54:44 +02:00
"dependencies": {
2014-10-02 23:44:04 +02:00
"jquery.cookie": "1.4.1",
"jquery": "~2.1.1",
"underscore": "1.7.0",
"mousetrap": "0.0.1",
2014-10-05 20:22:45 +02:00
"marked": "~0.3.2",
2014-10-02 23:44:04 +02:00
2014-09-09 16:52:22 +02:00
"requirejs": "*",
"ini": "*",
2014-09-09 16:52:22 +02:00
"grunt": "~0.4.5",
"grunt-processhtml": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-cssmin": "*",
2014-09-09 16:52:22 +02:00
"grunt-contrib-jshint": "~0.10.0",
2014-10-02 23:44:04 +02:00
"grunt-contrib-copy": "*",
"grunt-cli": "*",
2014-10-12 19:30:30 +02:00
"shelljs": "~0.3.0",
2014-10-02 23:44:04 +02:00
"rimraf": "~2.1"
2014-09-09 16:52:22 +02:00
}
}