-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 KB
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
{
"name": "@oudyworks/vueme",
"version": "1.2.1",
"description": "Template Engine using Vue.JS",
"main": "lib/index.js",
"scripts": {
"transpile": "babel -d lib src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Oudmane/vueme.git"
},
"keywords": [
"template",
"vue",
"vuejs",
"framework"
],
"author": "Ayoub Oudmane <ayoub@oudmane.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Oudmane/vueme/issues"
},
"homepage": "https://github.com/Oudmane/vueme#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-plugin-jsx-event-modifiers": "^1.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"accepts": "^1.3.4",
"eventemitter3": "^2.0.3",
"form-serializer": "^2.5.0",
"jquery": "^3.2.1",
"uikit": "^3.0.0-beta.31",
"vue": "^2.5.2",
"vue-i18n": "^7.3.2",
"vue-server-renderer": "^2.5.2",
"vuex": "^2.5.0"
},
"directories": {
"lib": "lib"
}
}