sol2/package.json
Paul Scott 4888452908 Specify an empty dependencies set in package.json
NPM goes really crazy without this. You'll get a lot of
called_on_non_object errors when trying to perform (even
global) install operations.
2014-02-06 17:16:01 +00:00

19 lines
449 B
JSON

{
"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",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-copy": "0.5.0",
"connect-livereload": "~0.3.0",
"grunt-exec": "~0.4.2",
"grunt-open": "0.2.2",
"matchdep": "~0.1.2"
}
}