-
-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "vue-head",
"version": "2.3.0",
"description": "Manipulating the meta information of the head tag, a simple and easy way",
"main": "vue-head.js",
"types": "vue-head.d.ts",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ktquez/vue-head.git"
},
"keywords": [
"head",
"metatag",
"SEO",
"vue",
"google"
],
"author": "Alan Albuquerque - ktquez",
"license": "MIT",
"bugs": {
"url": "https://github.com/ktquez/vue-head/issues"
},
"homepage": "https://github.com/ktquez/vue-head#readme",
"scripts": {
"test": "./node_modules/.bin/karma start karma.conf.js"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.4.0",
"jasmine-core": "^2.6.1",
"karma": "^1.7.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.1.1",
"karma-jasmine": "^1.1.0",
"karma-webpack": "^2.0.3",
"vue": "^2.3.3",
"vue-loader": "^12.0.3",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.5.1"
},
"dependencies": {}
}