-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 772 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 772 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
{
"author": {
"email": "xinyu198736@gmail.com",
"name": "yutou",
"url": "https://github.com/xinyu198736"
},
"dependencies": {
"bluebird": "^3.1.1",
"image-to-ascii": "^3.0.5",
"minimist": "^1.2.0",
"uglify-js": "^2.6.1",
"underscore": "^1.8.3",
"walkdo": "^0.9.6"
},
"description": "用js代码和图片,生成一段可以正常运行的图形化的js源代码",
"keywords": [],
"license": {
"type": "MIT",
"url": "https://github.com/xinyu198736/image-to-js.git/blob/master/license.md"
},
"name": "js2image",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/xinyu198736/image-to-js.git"
},
"version": "1.1.0",
"bin": {
"js2image": "./bin/cli"
}
}