-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 765 Bytes
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
{
"name": "vue-body-class",
"version": "3.0.2",
"description": "Control you body classes easily with vue-router",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nikolaynesov/vue-body-class"
},
"keywords": [
"vue",
"vue.js",
"vue-router",
"body",
"class"
],
"author": "Nikolay Nesov",
"license": "ISC",
"bugs": {
"url": "https://github.com/nikolaynesov/vue-body-class/issues"
},
"homepage": "https://github.com/nikolaynesov/vue-body-class#readme",
"scripts": {
"build": "babel source --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
}
}