-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.11 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
47
48
49
50
51
{
"name": "flavorstrap",
"version": "0.1.8",
"author": "fassetar",
"description": "Create flavors not themes with bootstrap!",
"main": "tasks/flavorstrap.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/fassetar/flavorstrap.git"
},
"keywords": [
"grunt",
"bootstrap",
"css",
"sass",
"compile",
"preprocess",
"gruntplugin"
],
"engines": {
"node": ">=0.12.0"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/fassetar/flavorstrap/issues"
},
"homepage": "https://github.com/fassetar/flavorstrap",
"dependencies": {
"autoprefixer": "^8.5.0",
"bootstrap-sass": "^3.3.7",
"grunt": "1.0.2",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-css-purge": "1.0.2",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^2.0.0",
"npm": "^6.1.0"
},
"devDependencies": {
"bootstrap-sass": "^3.3.7",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "1.0.0",
"grunt-contrib-watch": "^1.0.0"
},
"files": [
"tasks"
]
}