summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..406e1fb
--- /dev/null
+++ b/package.json
@@ -0,0 +1,31 @@
+{
+ "name": "doxdocgen",
+ "displayName": "Doxygen Documentation Generator",
+ "description": "Generate doxygen documentation from source code",
+ "version": "0.0.1",
+ "publisher": "cschlosser",
+ "engines": {
+ "vscode": "^1.16.0"
+ },
+ "categories": [
+ "Other"
+ ],
+ "activationEvents": [
+ "onLanguage:cpp"
+ ],
+ "main": "./out/extension",
+ "scripts": {
+ "vscode:prepublish": "npm run compile",
+ "compile": "tsc -p ./",
+ "watch": "tsc -watch -p ./",
+ "postinstall": "node ./node_modules/vscode/bin/install",
+ "test": "npm run compile && node ./node_modules/vscode/bin/test"
+ },
+ "devDependencies": {
+ "typescript": "^2.5.3",
+ "vscode": "^1.1.5",
+ "@types/node": "^7.0.43",
+ "@types/mocha": "^2.2.42",
+ "tslint": "^5.7.0"
+ }
+} \ No newline at end of file