mirror of https://github.com/ColorlibHQ/gentelella
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.
14 lines
291 B
14 lines
291 B
9 years ago
|
{
|
||
|
"name": "starrr",
|
||
|
"version": "2.0.0",
|
||
|
"main": "Gruntfile.coffee",
|
||
|
"author": "ajb <adam@dobt.co>",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"grunt-contrib-sass": "^0.9.2",
|
||
|
"grunt-contrib-coffee": "^0.13.0",
|
||
|
"grunt-contrib-watch": "^0.6.1",
|
||
|
"grunt": "^0.4.5"
|
||
|
}
|
||
|
}
|