-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 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
39
40
41
42
43
44
45
{
"name": "bcpie.js",
"version": "1.0.0",
"description": "BC Pie's big bag of tricks for Business Catalyst.",
"main": "dist/bcpie.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/onecreative/bcpie.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/onecreative/bcpie/issues"
},
"homepage": "https://github.com/onecreative/bcpie",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-changed": "^3.1.0",
"gulp-concat": "^2.6.1",
"gulp-install": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"gulp-yarn": "^1.0.1",
"streamqueue": "^1.1.1"
},
"dependencies": {
"alertify-js": "^0.3.12",
"expr-eval": "^1.2.0",
"jquery": "^3.2.1",
"jquery.mobilephonenumber": "^1.0.7",
"js-cookie": "^2.1.4",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"moment-parseformat": "^2.2.1",
"moment-timezone": "^0.5.13"
},
"engines": {
"yarn": ">= 1.0.0"
}
}