-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 742 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 742 Bytes
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": "angular-mass-autocomplete",
"version": "0.8.0",
"description": "Autocomplete for Angular.js applications with a lot to complete",
"main": "massautocomplete.js",
"repository": {
"type": "git",
"url": "https://github.com/hakib/MassAutocomplete"
},
"keywords": [
"angularjs",
"autocomplete",
"dropdown"
],
"author": "Haki Benita",
"homepage": "http://hakib.github.io/MassAutocomplete",
"license": "MIT",
"bugs": {
"url": "https://github.com/hakib/MassAutocomplete/issues"
},
"peerDependencies": {
"angular": "1"
},
"devDependencies": {
"eslint": "^3.1.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.5.4"
}
}