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.

49 lines
1.1 KiB

11 years ago
{
10 years ago
"name": "sortablejs",
11 years ago
"exportName": "Sortable",
"version": "1.7.0",
11 years ago
"devDependencies": {
"grunt": "*",
8 years ago
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-testcafe": "^0.15.0",
"grunt-version": "*",
"http-server": "^0.9.0",
"testcafe": "^0.16.0"
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",
"http-server": "http-server -s ./"
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
}