-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 743 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "text-image",
"version": "0.7.0",
"description": "Convert text to image with javascript",
"main": "dist/text-image.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vincent7128/text-image.git"
},
"keywords": [
"HTML",
"Text",
"Image"
],
"author": "Vincent Chen <vincent@pinpin.link>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vincent7128/text-image/issues"
},
"homepage": "https://vincent7128.github.io/text-image/",
"devDependencies": {
"del": "^4.0.0",
"gulp": "^4.0.0",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.2",
"uglify-js": "^3.5.2"
}
}