Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Added info about module
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyce committed Sep 21, 2016
1 parent 2fa02fa commit 27a0b46
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"name": "kth-node-docx",
"version": "1.2.1",
"version": "1.0.0",
"description": "A docx export module for Node.js applications.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/KTH/kth-node-docx"
},
"dependencies": {
"docxtemplater": "^2.1.0",
"ramda": "^0.19.1"
},
"keywords": [],
"private": true,
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"jscs": "^2.11.0",
Expand Down

0 comments on commit 27a0b46

Please sign in to comment.