-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 735 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 735 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
{
"name": "generative_gif_engine",
"version": "1.0.1",
"description": "Engine for generative gif art - based on hashlips v1.0.6",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MichaPipo/Generative_Gif_Engine.git"
},
"author": "Samuel Cuellar",
"license": "MIT",
"bugs": {
"url": "https://github.com/MichaPipo/Generative_Gif_Engine/issues"
},
"homepage": "https://github.com/MichaPipo/Generative_Gif_Engine#readme",
"dependencies": {
"canvas": "^2.8.0",
"gif-encoder": "^0.7.2",
"inquirer": "^8.2.0",
"pngjs": "^6.0.0",
"sha1": "^1.1.1"
},
"devDependencies": {
"nodemon": "^2.0.13"
}
}