-
Notifications
You must be signed in to change notification settings - Fork 121
/
package.json
47 lines (47 loc) · 1.06 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
{
"name": "angular-dropdowns",
"version": "1.5.1",
"author": {
"name": "James Seppi",
"email": "[email protected]",
"url": "http://www.github.com/jseppi"
},
"main": "dist/angular-dropdowns.min.js",
"homepage": "https://github.com/jseppi/angular-dropdowns",
"bugs": "https://github.com/jseppi/angular-dropdowns/issues",
"keywords": [
"angular",
"dropdown",
"menu",
"select"
],
"description": "AngularJS Dropdown Directives",
"license": "MIT",
"contributors": [
"eddimonge",
"JustMaier",
"ramiroaraujo",
"tlvince",
"dinodsaurus",
"elishacook",
"alexisbg",
"BDomzalski",
"Chinokao"
],
"repository": {
"type": "git",
"url": "https://github.com/jseppi/angular-dropdowns.git"
},
"dependencies": {},
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-gh-pages": "^0.5.4",
"gulp-jshint": "^1.11.0",
"gulp-karma": "0.0.4",
"gulp-minify-css": "^1.1.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^2.0.0"
}
}