-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "angular-auto-complete",
"version": "1.7.4",
"description": "AngularJS auto-complete plugin",
"main": "angular-auto-complete.js",
"homepage": "http://www.vickram.me/angular-auto-complete",
"author": "Vickram Ravichandran (http://www.vickram.me)",
"license": "MIT",
"scripts": {
"build": "gulp"
},
"keywords": [
"angular",
"angularJS",
"auto complete",
"auto suggest",
"directive",
"plugin",
"dropdown"
],
"repository": {
"type": "git",
"url": "https://github.com/vickramravichandran/angular-auto-complete.git"
},
"bugs": {
"url": "https://github.com/vickramravichandran/angular-auto-complete/issues"
},
"dependencies": {
"angular": "^1.5.3",
"angular-sanitize": "^1.6.2",
"lodash": "^4.17.5"
},
"devDependencies": {
"documentation": "^5.4.0",
"eslint": "^4.18.0",
"eslint-config-recommended": "^2.0.0",
"gulp": "^3.9.1",
"gulp-documentation": "^3.2.1",
"gulp-eslint": "^4.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4"
}
}