-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 947 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
{
"name": "mc-fal10aa3miaecev20",
"version": "1.0.0",
"description": "Schematic of electric control panel for elevators `mcpx` series",
"homepage": "https://github.com/eca-automs/MC-FAL10AA3MIAECEV20",
"keywords": [],
"bugs": {
"url": "https://github.com/eca-automs/MC-FAL10AA3MIAECEV20/issues",
"email": ""
},
"scripts": {
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1",
"changelog": "conventional-changelog -i CHANGELOG.md -s",
"version": "npm run changelog && git add -A",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git@github.com:eca-automs/MC-FAL10AA3MIAECEV20.git"
},
"author": "Eca di Belardi Roberto",
"license": "CC-BY-SA-4.0",
"devDependencies": {
"chalk": "^2.2.0",
"conventional-changelog-cli": "^1.3.3",
"gulp": "^3.9.1",
"gulp-sequence": "^1.0.0",
"js-yaml": "^3.10.0"
}
}