-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.29 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
{
"name": "enhanced-easy-project",
"version": "2.0.0",
"description": "UserScripty pro vylepšení použitého produktu EasyProject pro konkrétní implementaci https://creasoft.easyproject.cz/.",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/RaptorCZ/enhanced-easy-project.git"
},
"author": {
"name": "Raptor"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/RaptorCZ/enhanced-easy-project/issues"
},
"homepage": "https://github.com/RaptorCZ/enhanced-easy-project",
"private": true,
"scripts": {
"dev": "gulp dev",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"build": "gulp",
"version": "npm run build && npm run changelog && git add -A",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"conventional-changelog-angular": "^6.0.0",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.47.0",
"fs": "0.0.1-security",
"gulp": "^4.0.1",
"gulp-concat": "^2.6.1",
"gulp-less": "^5.0.0",
"gulp-postcss": "^9.0.1",
"gulp-replace": "^1.0.0",
"jshint": "^2.10.2"
}
}