aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sources/css/tyrian/package.json')
-rw-r--r--sources/css/tyrian/package.json16
1 files changed, 9 insertions, 7 deletions
diff --git a/sources/css/tyrian/package.json b/sources/css/tyrian/package.json
index e5b3f3a..ef33b43 100644
--- a/sources/css/tyrian/package.json
+++ b/sources/css/tyrian/package.json
@@ -1,13 +1,15 @@
{
"name": "gentoo-tyrian-css",
+ "description": "CSS base for Gentoo Tyrian theme",
+ "repository": "https://anongit.gentoo.org/git/sites/tyrian-theme.git",
"version": "0.0.1",
"devDependencies": {
- "grunt": "~0.4.1",
- "grunt-contrib-less": "~0.11.0",
- "grunt-contrib-watch": "~0.5.3",
- "grunt-contrib-copy": "~0.5.0",
- "grunt-replace": "~0.7.6",
- "grunt-sed": "~0.1.0",
- "grunt-shell": "~0.6.4"
+ "grunt": "~1.0.4",
+ "grunt-contrib-copy": "~1.0.0",
+ "grunt-contrib-less": "~2.0.0",
+ "grunt-contrib-watch": "~1.1.0",
+ "grunt-replace-regex": "~1.0.3",
+ "grunt-string-replace": "~1.3.1",
+ "grunt-shell": "~3.0.1"
}
}