Files
sphinx_rtd_theme/package.json

31 lines
970 B
JSON

{
"name": "sphinx_rtd_theme",
"main": "js/theme.js",
"version": "0.4.3",
"private": true,
"scripts": {
"i18n-extract": "python setup.py extract_messages && python setup.py update_catalog",
"i18n-update": "tx pull && tx push --source",
"i18n-compile": "python setup.py compile_catalog",
"i18n-release": "npm run i18n-extract && npm run i18n-update && npm run i18n-compile",
"i18n": "npm run i18n-extract && npm run i18n-compile"
},
"devDependencies": {
"bower": "^1.8.4",
"browserify": "^13.0.0",
"connect-livereload": "~0.6.0",
"grunt": "~1.0.1",
"grunt-banner": "^0.6.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-uglify": "~3.3.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-exec": "~1.0.1",
"grunt-open": "0.2.3",
"matchdep": "~1.0.1"
}
}