You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
409 B
18 lines
409 B
2 years ago
|
{
|
||
|
"name": "bs-recipes-grunt-html-injection",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Grunt, SASS, HTML/CSS injection example",
|
||
|
"main": "Gruntfile.js",
|
||
|
"scripts": {
|
||
|
"start": "grunt"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"bs-html-injector": "3.0.1",
|
||
|
"grunt": "^0.4.5",
|
||
|
"grunt-browser-sync": "^2.0.0",
|
||
|
"grunt-contrib-sass": "^0.9.2",
|
||
|
"grunt-contrib-watch": "^0.6.1"
|
||
|
}
|
||
|
}
|