-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "vuejs-autocomplete",
"version": "0.1.2",
"author": "mrabbani",
"license": "MIT",
"main": "resources/assets/js/components/VueTypeahead.vue",
"description": "Simple typeahead autocomplete component for Vue.js",
"keywords": [
"vue",
"vuejs",
"typeahead",
"vujs-autocomplete"
],
"scripts": {
"prod": "gulp --production",
"dev": "gulp watch"
},
"repository": {
"url": "git+https://github.com/mrabbani/VueTypeahead.git"
},
"devDependencies": {
"bootstrap-sass": "^3.3.7",
"gulp": "^3.9.1",
"jquery": "^3.1.0",
"laravel-elixir": "^6.0.0-14",
"laravel-elixir-vue-2": "^0.2.0",
"laravel-elixir-webpack-official": "^1.0.2",
"lodash": "^4.16.2",
"vue": "^2.0.1",
"vue-resource": "^1.0.3"
},
"dependencies": {
"typeahead.js": "^0.11.1"
},
"bugs": {
"url": "https://github.com/mrabbani/VueTypeahead/issues"
},
"homepage": "https://github.com/mrabbani/VueTypeahead#readme",
"directories": {
"example": "example"
}
}