forked from Digelly/vue-trans
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.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-trans",
"version": "0.0.3",
"description": "A filter to provide similar use of translations as with Symfony | trans",
"main": "dist/vue-trans.js",
"scripts": {
"build": "webpack --progress --colors --env.env=prod",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git@github.com:Trekels/vue-trans.git"
},
"keywords": [
"vuejs",
"vue",
"filter",
"vue-filter",
"symfony"
],
"author": "Trekels",
"license": "MIT",
"bugs": {
"url": "https://github.com/Trekels/vue-trans/issues"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.8.0",
"jest": "^21.2.1",
"webpack": "^3.8.1"
},
"dependencies": {}
}