-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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": "vuejs-typeahead",
"version": "0.2.2",
"author": "Rui Gonçalves <[email protected]>",
"license": "MIT",
"description": "Simple typeahead component for Vue.js",
"keywords": [
"vue",
"vuejs",
"typeahead"
],
"main": "build/build.js",
"repository": {
"type": "git",
"url": "https://github.com/ruimgoncalves/vuejs-typeahead"
},
"bugs": "https://github.com/ruimgoncalves/vuejs-typeahead/issues",
"homepage": "",
"scripts": {
"prepublish":"webpack -p",
"dev": "webpack --watch",
"build": "webpack -p"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-0": "^6.0.0",
"babel-runtime": "^5.8.0",
"cross-env": "^1.0.6",
"css-loader": "^0.23.0",
"file-loader": "^0.8.4",
"json-loader": "^0.5.4",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^8.0.0",
"vue-style-loader": "^1.0.0",
"webpack": "^1.0.0"
},
"dependencies": {
}
}