szurubooru/package.json

24 lines
465 B
JSON
Raw Normal View History

2014-09-09 16:52:22 +02:00
{
"name": "szuru2",
"version": "0.0.0",
2014-10-02 18:54:44 +02:00
"dependencies": {
2014-10-02 23:44:04 +02:00
"pathjs": "~0.8.1",
"jquery.cookie": "1.4.1",
"jquery": "~2.1.1",
"underscore": "1.7.0",
"mousetrap": "0.0.1",
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": "*",
2014-09-19 13:05:24 +02:00
"grunt-shell": "~1.1.1",
2014-10-02 23:44:04 +02:00
"grunt-cli": "*",
"rimraf": "~2.1"
2014-09-09 16:52:22 +02:00
}
}