[READ-ONLY] Mirror of https://github.com/thoda-dev/svg-lua. svg lua library
0

Configure Feed

Select the types of activity you want to include in your feed.

prepare for npm

Thomas (Dec 11, 2018, 2:13 PM +0100) a507ca78 c93a307f

+29
+4
.npmignore
··· 1 + svg.lua 2 + test.lua 3 + ^lua5.3.4-win64/* 4 + .gitignore
+25
package.json
··· 1 + { 2 + "name": "svg-lua", 3 + "version": "0.6.1", 4 + "description": "lua lib to create svg content", 5 + "main": "svg-min.lua", 6 + "author": { 7 + "name" : "Thomas DAGES", 8 + "email" : "contact@tdages.com", 9 + "url" : "https://tdages.com" 10 + }, 11 + "repository": { 12 + "type": "git", 13 + "url": "git+https://github.com/Jericho1060/svg-lua.git" 14 + }, 15 + "keywords": [ 16 + "lua", 17 + "svg" 18 + ], 19 + "author": "Thomas Dages <jericho1060@gmail.com> (https://tdages.com)", 20 + "license": "MIT", 21 + "bugs": { 22 + "url": "https://github.com/Jericho1060/svg-lua/issues" 23 + }, 24 + "homepage": "https://github.com/Jericho1060/svg-lua#readme" 25 + }