-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.11 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
{
"name": "mcpx-board-manual-p_it",
"version": "1.1.0",
"description": "The manual of the MCP2015X-SMD and PER16B-SMD boards with firmware P",
"scripts": {
"build": "gulp --gulpfile ./build.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"dev": "gulp",
"preversion": "js-yaml .travis.yml",
"version": "gulp --gulpfile ./version.js && npm run changelog && git add -A",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/eca-automs/mcpx-board-manual-p_it.git"
},
"author": "Eca",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/eca-automs/mcpx-board-manual-p_it/issues"
},
"homepage": "https://github.com/eca-automs/mcpx-board-manual-p_it#README",
"devDependencies": {
"chalk": "^2.2.0",
"conventional-changelog-cli": "^1.3.3",
"gulp": "^3.9.1",
"gulp-json-editor": "^2.2.1",
"gulp-sequence": "^1.0.0",
"gulp-shell": "^0.6.5",
"gulp-watch": "^5.0.0",
"js-yaml": "^3.10.0",
"mkdirp": "^0.5.1"
},
"volta": {
"node": "8.9.4"
}
}