This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
60 lines (60 loc) · 1.45 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "voo-i18n",
"version": "1.0.10",
"description": "A small package for implementing translations in Vue.js",
"author": {
"name": "Matthew Radford",
"email": "[email protected]"
},
"repository": {
"url": "git+https://github.com/MattyRad/vue-i18n.git"
},
"license": "MIT",
"main": "src/main.js",
"homepage": "https://github.com/MattyRad/vue-i18n",
"keywords": [
"vue",
"vue.js",
"plugin",
"i18n",
"internationalization"
],
"scripts": {
"test": "karma start karma.conf.js"
},
"browserify": {
"transform": [
"vueify",
"babelify"
]
},
"devDependencies": {
"vue": "^1.0.24",
"babel-core": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-runtime": "^5.8.0",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"browserify-hmr": "^0.3.1",
"cross-env": "^1.0.5",
"eslint": "^1.10.3",
"eslint-plugin-html": "^1.1.0",
"http-server": "^0.8.5",
"jade": "^1.11.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.15",
"karma-browserify": "^4.4.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-spec-reporter": "0.0.23",
"phantomjs": "^1.9.19",
"proxyquireify": "^3.0.1",
"stylus": "^0.52.4",
"uglify-js": "^2.5.0",
"vue-hot-reload-api": "^1.2.2",
"vueify": "^8.0.0",
"vueify-insert-css": "^1.0.0",
"watchify": "^3.4.0"
}
}