forked from rniemeyer/knockout-sortable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 832 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "knockout-sortable",
"version": "0.11.0",
"author": "Ryan Niemeyer",
"homepage": "https://github.com/rniemeyer/knockout-sortable",
"description": "A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality",
"repository": {
"type": "git",
"url": "git://github.com/rniemeyer/knockout-sortable.git"
},
"main": "build/knockout-sortable.js",
"scripts": {
"build": "grunt"
},
"keywords": [
"knockout",
"knockout.js",
"knockoutjs",
"sortable",
"draggable"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "0.x.x",
"grunt-contrib-jshint": "0.x.x",
"grunt-contrib-watch": "0.x.x",
"grunt-contrib-concat": "0.x.x",
"grunt-contrib-jasmine": "0.x.x",
"grunt-template-jasmine-istanbul": "0.x.x"
}
}