forked from dnasir/jquery-cascading-dropdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 879 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
{
"name": "jquery-cascading-dropdown",
"version": "1.2.7",
"description": "A simple and lighweight jQuery plugin for creating cascading dropdowns.",
"main": "dist/jquery.cascadingdropdown.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/dnasir/jquery-cascading-dropdown.git"
},
"keywords": [
"jquery",
"cascading",
"dropdown"
],
"author": "Dzulqarnain Nasir <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dnasir/jquery-cascading-dropdown/issues"
},
"homepage": "https://github.com/dnasir/jquery-cascading-dropdown",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-uglify": "^1.5.3",
"gulp-header": "^1.7.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-rename": "^1.2.2"
}
}