sol2/package.json

19 lines
449 B
JSON
Raw Normal View History

{
"name": "sphinx_rtd_theme",
"version": "0.0.11",
"private": true,
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-compass": "~0.2.0",
"grunt-contrib-watch": "~0.4.3",
"grunt-contrib-connect": "0.5.0",
2013-11-04 05:41:25 +08:00
"grunt-contrib-clean": "0.5.0",
2014-02-01 00:58:37 +08:00
"grunt-contrib-copy": "0.5.0",
"connect-livereload": "~0.3.0",
"grunt-exec": "~0.4.2",
2013-11-04 05:59:15 +08:00
"grunt-open": "0.2.2",
"matchdep": "~0.1.2"
}
}