forked from rapkin/gulp-bootstrap-configurator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 871 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
35
{
"name": "gulp-bootstrap-configurator",
"version": "0.3.3",
"description": "Build bootstrap.css with your own configuration file",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/rapkin/gulp-bootstrap-configurator.git"
},
"bugs": {
"url": "https://github.com/rapkin/gulp-bootstrap-configurator/issues"
},
"homepage": "https://github.com/rapkin/gulp-bootstrap-configurator",
"author": "rapkin <[email protected]> (http://rapkin.com.ua/)",
"keywords": [
"bootstrap",
"configuration",
"bootstrap config.json"
],
"tags": [
"build",
"system",
"make",
"tool"
],
"license": "MIT",
"dependencies": {
"bower-config": "^1.4.0",
"find-config": "^1.0.0",
"gulp-util": "^3.0.6",
"less": "^2.5.1",
"through2": "^2.0.0",
"uglify-js": "^2.4.24"
}
}