Skip to content

Commit 3333832

Browse files
committed
Fixed package.json.
1 parent 0918c8d commit 3333832

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
{
2-
"name": "Graph Creator",
2+
"name": "graph-creator",
33
"version": "0.2.2",
44
"main": "index.html",
55
"window": {
66
"height": 1024,
77
"width": 1024
88
},
9-
"web_accessible_resources": ["maps/map.jpg"]
9+
"description": "an app to make graphs from images",
10+
"readme": "README.md",
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/Jabbath/Graph-Creator"
14+
},
15+
"license": "MIT",
16+
"dependencies": {
17+
"nw-dialog": ">=1.0.7"
18+
}
1019
}

0 commit comments

Comments
 (0)