-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
34 lines (34 loc) · 831 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
34
{
"name": "calendar-price-jquery",
"version": "1.4.5",
"author": "capricorncd",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-css-base64": "^1.3.4",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "^3.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/capricorncd/calendar-price-jquery.git"
},
"keywords": [
"calendar",
"pirce",
"jquery"
],
"description": "calendar-price-jquery",
"bugs": {
"url": "https://github.com/capricorncd/calendar-price-jquery/issues"
},
"homepage": "https://github.com/capricorncd/calendar-price-jquery",
"main": "dist/js/calendar-pirce-jquery.min.js",
"scripts": {
"dev": "gulp dev",
"build": "gulp build"
},
"license": "MIT"
}