Skip to content

Commit 9004d91

Browse files
committed
Add package.json
1 parent a2cc571 commit 9004d91

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "ztext",
3+
"version": "1.0.1",
4+
"description": "Easy to implement, 3D typography for the web. Works with every font.",
5+
"main": "gulpfile.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/bennettfeely/ztext.git"
12+
},
13+
"author": "Bennett Feely",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/bennettfeely/ztext/issues"
17+
},
18+
"homepage": "https://bennettfeely.com/ztext"
19+
}

0 commit comments

Comments
 (0)