2014-09-09 16:52:22 +02:00
|
|
|
{
|
2014-10-12 19:30:50 +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",
|
2014-10-18 15:21:38 +02:00
|
|
|
"mousetrap": "git://github.com/ccampbell/mousetrap.git",
|
2014-10-05 20:22:45 +02:00
|
|
|
"marked": "~0.3.2",
|
2014-10-18 18:06:22 +02:00
|
|
|
"nprogress": "git://github.com/rstacruz/nprogress.git",
|
2014-10-02 23:44:04 +02:00
|
|
|
|
2014-09-09 16:52:22 +02:00
|
|
|
"requirejs": "*",
|
2014-09-11 11:42:30 +02:00
|
|
|
"ini": "*",
|
2014-09-09 16:52:22 +02:00
|
|
|
"grunt": "~0.4.5",
|
2014-09-11 11:42:30 +02:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|