19 lines
377 B
JSON
19 lines
377 B
JSON
{
|
|
"name": "sn-theme-focus",
|
|
"version": "1.2.7",
|
|
"main": "dist/dist.css",
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-newer": "^1.2.0",
|
|
"grunt-contrib-sass": "^1.0.0"
|
|
},
|
|
"sn": {
|
|
"main": "dist/dist.css"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/sn-extensions/focus-theme.git"
|
|
}
|
|
}
|