mirror of
https://github.com/sismics/docs.git
synced 2024-11-17 03:37:56 +01:00
25 lines
694 B
JSON
25 lines
694 B
JSON
|
{
|
||
|
"name": "sismics-docs",
|
||
|
"description": "Lightweight document management system",
|
||
|
"readme": "See http://github.com/simics/docs for more informations.",
|
||
|
"version": "0.0.1",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/sismics/docs.git"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"grunt": "~0.4.2",
|
||
|
"grunt-contrib-uglify": "~0.3.2",
|
||
|
"grunt-contrib-concat": "~0.3.0",
|
||
|
"grunt-contrib-copy": "~0.5.0",
|
||
|
"grunt-contrib-clean": "~0.5.0",
|
||
|
"grunt-cleanempty": "~0.2.0",
|
||
|
"grunt-htmlrefs": "~0.5.0",
|
||
|
"grunt-css": "~0.5.4",
|
||
|
"grunt-contrib-less": "~0.9.0",
|
||
|
"grunt-remove": "~0.1.0",
|
||
|
"grunt-ngmin": "0.0.3",
|
||
|
"grunt-text-replace": "~0.3.11"
|
||
|
}
|
||
|
}
|