forked from Robdel12/DropKick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.22 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "dropkickjs",
"version": "2.1.5",
"author": {
"name": "Robert DeLuca",
"email": "[email protected]"
},
"contributors": [{
"name": "Wil Wilsman"
}],
"repository": "robdel12/DropKick",
"bugs": {
"url": "http://github.com/robdel12/DropKick/issues"
},
"main": "lib/dropkick.js",
"description": "A JavaScript plugin for creating beautiful, graceful, and painless custom dropdowns.",
"scripts": {
"test": "gulp",
"doc": "yuidoc"
},
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bump": "^0.3.0",
"gulp-concat": "~2.2.0",
"gulp-file-insert": "^1.0.2",
"gulp-gh-pages-cname": "0.5.0",
"gulp-inject": "^1.2.0",
"gulp-jshint": "~1.6.3",
"gulp-npm-run": "0.0.0-5",
"gulp-qunit": "^1.2.1",
"gulp-rename": "~1.2.0",
"gulp-replace": "^0.5.3",
"gulp-sass": "~0.7.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "~2.2.14",
"merge-stream": "^0.1.7",
"minimist": "^1.1.0",
"qunitjs": "^1.17.1",
"run-sequence": "^1.0.2",
"yuidoc-dropkick-theme": "0.0.8"
},
"keywords": [
"dropkick",
"dropkickjs",
"select replacement",
"select2",
"select"
]
}