-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 881 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
{
"name": "boltflow",
"version": "1.5.0",
"description": "A simple Grunt build system to optimise sites exported with Webflow.",
"main": "main.js",
"scripts": {
"boltflow": "grunt boltflow"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kierglover/webflow-build-system.git"
},
"author": "Kieran Glover",
"license": "MIT",
"bugs": {
"url": "https://github.com/kierglover/webflow-build-system/issues"
},
"homepage": "https://github.com/kierglover/webflow-build-system.git",
"dependencies": {
"grunt": "^1.0.1",
"grunt-cssnano": "^2.1.0"
},
"devDependencies": {
"bulma": "^0.7.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^2.1.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-serve": "^0.1.6"
}
}