Skip to content

Commit 6fa1980

Browse files
committed
Added package.json for npm compatibility.
1 parent 38bc719 commit 6fa1980

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "jspdf",
3+
"version": "1.0.272",
4+
"description": "PDF Document creation from JavaScript",
5+
"scripts": {
6+
"test": "echo \"Error: no test specified\" && exit 1"
7+
},
8+
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/MrRio/jsPDF.git"
12+
},
13+
"dependencies": {
14+
},
15+
"devDependencies": {
16+
}
17+
}

0 commit comments

Comments
 (0)