You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1003 B

11 years ago
{
10 years ago
"name": "sortablejs",
11 years ago
"exportName": "Sortable",
8 years ago
"version": "1.5.1",
11 years ago
"devDependencies": {
"grunt": "*",
"grunt-version": "*",
8 years ago
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*"
11 years ago
},
10 years ago
"description": "Minimalist JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery. Supports AngularJS and any CSS library, e.g. Bootstrap.",
11 years ago
"main": "Sortable.js",
"scripts": {
8 years ago
"test": "./node_modules/grunt/bin/grunt",
"prepublish": "./node_modules/grunt/bin/grunt"
11 years ago
},
"repository": {
"type": "git",
"url": "git://github.com/rubaxa/Sortable.git"
},
8 years ago
"files": [
"Sortable.js",
"Sortable.min.js"
],
11 years ago
"keywords": [
"sortable",
"reorder",
"drag",
"meteor",
"angular",
"ng-sortable",
"react",
"mixin"
11 years ago
],
"author": "Konstantin Lebedev <ibnRubaXa@gmail.com>",
10 years ago
"license": "MIT",
"spm": {
"main": "Sortable.js",
"ignore": [
"meteor",
"st"
]
}
11 years ago
}