-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
33 lines (33 loc) · 965 Bytes
/
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
{
"name": "fatturaelettronica",
"version": "2.0.0",
"description": "[![Build Status](https://travis-ci.com/Weble/FatturaElettronica.svg?token=dkUekxQMLMKLsPhqsxiT&branch=master)](https://travis-ci.com/Weble/FatturaElettronica)",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.0",
"@vuepress/theme-default": "^1.0",
"webpack-dev-middleware": "^3.6.0"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.0",
"vuepress": "^1.0"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Weble/FatturaElettronica.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Weble/FatturaElettronica/issues"
},
"homepage": "https://github.com/Weble/FatturaElettronica#readme"
}