forked from tuupola/jquery_chained
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.15 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.15 KB
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": "jquery-chained",
"version": "2.0.0-beta.2",
"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.",
"repository": "git@github.com:tuupola/jquery_chained.git",
"homepage": "http://www.appelsiini.net/projects/chained",
"bugs": "https://github.com/tuupola/jquery_chained/issues",
"author": "Mika Tuupola <tuupola@appelsiini.net>",
"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"
}
}