-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
44 lines (44 loc) · 1.17 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": "np-autocomplete",
"version": "2.2.0-beta.0",
"description": "Full-functional autocomplete (typeahead alternative) AngularJS directive",
"repository": {
"type": "git",
"url": "https://github.com/ng-pros/np-autocomplete.git"
},
"keywords": [
"autocomplete",
"typeahead",
"typeahead alternative",
"angularjs",
"angular",
"directive"
],
"author": "raeef-refai",
"email": "[email protected]",
"bugs": {
"url": "https://github.com/ng-pros/np-autocomplete/issues"
},
"style": "dist/np-autocomplete.min.css",
"main": "dist/np-autocomplete.min.js",
"homepage": "https://github.com/ng-pros/np-autocomplete",
"dependencies": {
"jquery": "~2.1",
"angular": "~1.3"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-ng-annotate": "~1.0.1",
"jasmine-core": "^2.3.4",
"jit-grunt": "^0.9.1",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-jasmine-html-reporter": "^0.1.8"
},
"license": "MIT"
}