forked from crsten/datepickk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 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
38
39
40
41
42
43
44
45
46
{
"name": "datepickk",
"description": "Flexbox/js datepicker",
"main": "src/js/datepickk.js",
"directories": {
"doc": "docs"
},
"scripts": {
"commit": "git-cz",
"test": "echo",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/crsten/datepickk.git"
},
"keywords": [
"datepicker",
"js",
"flexbox"
],
"bugs": {
"url": "https://github.com/crsten/datepickk/issues"
},
"author": "Carsten Jacobsen",
"license": "MIT",
"devDependencies": {
"commitizen": "^2.7.2",
"cz-conventional-changelog": "^1.1.5",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-cssnano": "^2.1.2",
"gulp-less": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-zip": "^3.0.2",
"semantic-release": "^4.3.5"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}