-
Notifications
You must be signed in to change notification settings - Fork 283
/
package.json
32 lines (32 loc) · 1.19 KB
/
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
{
"name": "jquery-chained",
"version": "2.0.0-beta.3",
"keywords": [
"zepto",
"chained",
"select",
"jquery-plugin",
"ecosystem:jquery"
],
"description": "Simple chained selects. You can choose from two different versions. First version uses uses data attributes to decide content of child select. It does not make any external AJAX queries. Remote version makes external query and builds the child select from returned JSON response.",
"main": "jquery.chained.js",
"repository": "[email protected]:tuupola/jquery_chained.git",
"homepage": "http://www.appelsiini.net/projects/chained",
"bugs": "https://github.com/tuupola/jquery_chained/issues",
"author": "Mika Tuupola <[email protected]>",
"license": "MIT",
"files": [
"jquery.chained.js",
"jquery.chained.remote.js"
],
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "^1.0.0",
"jasmine-jquery": "^2.1.1",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.0"
}
}