forked from phedde/listSwap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 974 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
32
33
34
35
{
"name": "jquery.listswap",
"version": "0.3.2",
"description": "ListSwap is a jQuery plugin that allows you to swap (add/remove) items between two drop-down lists.",
"repository": {
"type": "git",
"url": "https://github.com/berkandirim/jquery-listswap.git"
},
"bugs": {
"url": "https://github.com/berkandirim/jquery-listswap/issues"
},
"homepage": "http://dirim.co/jquery-listswap",
"author": "Berkan Dirim <[email protected]> (http://dirim.co/)",
"keywords": [
"jquery",
"plugin",
"select",
"lists",
"swap"
],
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^3.5.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}