-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 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
45
46
47
48
49
{
"name": "autocomplete-vue",
"version": "1.0.1",
"description": "Autocomplete text-input made with VueJs",
"repository": {
"type": "git",
"url": "git+https://github.com/tecbeast42/autocomplete-vue.git"
},
"main": "dist/js/autocomplete-vue.js",
"keywords": [
"vuejs",
"autocomplete",
"component",
"vueify"
],
"author": "TecBeast",
"license": "MIT",
"bugs": {
"url": "https://github.com/tecbeast42/autocomplete-vue/issues"
},
"homepage": "https://github.com/tecbeast42/autcomplete-vue#readme",
"scripts": {
"build": "gulp --production",
"prepublish": "npm run build",
"demo": "gulp --gulpfile gulpfile-demo.js --production",
"test": "./node_modules/.bin/karma start karma.conf.js"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"karma": "^1.4.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-webpack": "^2.0.2",
"laravel-elixir": "^6.0.0-15",
"laravel-elixir-vue-2": "^0.3.0",
"laravel-elixir-webpack-official": "^1.0.10",
"mocha": "^3.2.0",
"mocha-loader": "^1.1.0",
"vue": "^2.1.10",
"vue-resource": "^1.2.0"
}
}