-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 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": "page-builder",
"version": "0.1.1",
"description": "jQuery Page Builder concept",
"main": "index.js",
"scripts": {
"bundle": "gulp sass && gulp vendor-css && gulp scripts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sts-ryan-holton/page-builder.git"
},
"keywords": [
"jquery",
"page",
"builder",
"html",
"css",
"js",
"bulma"
],
"author": "Ryan Holton",
"license": "ISC",
"bugs": {
"url": "https://github.com/sts-ryan-holton/page-builder/issues"
},
"homepage": "https://github.com/sts-ryan-holton/page-builder#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"gulp-notify": "^3.2.0",
"gulp-sass": "^4.0.2",
"gulp-stylelint": "^7.0.0",
"gulp-watch": "^5.0.1",
"stylelint": "^9.9.0"
},
"dependencies": {
"bulma": "^0.7.2",
"sweetalert": "^2.1.2",
"cool-checkboxes-for-bulma.io": "^1.1.0"
}
}