2017-04-02 16:31:17 +00:00
|
|
|
{
|
|
|
|
"name": "svg-edit/svgedit",
|
|
|
|
"description": "SVG-edit is a fast, web-based, javascript-driven SVG drawing editor that works in any modern browser.",
|
|
|
|
"authors": [
|
|
|
|
{
|
- Linting (HTML): Use double-quotes for attributes, remove redundant `type=text/css`,
indent/lbs, consistent non-use of HTML namespace, consistent indents, consistent charset
casing
- Linting (Markdown): Add `.remarkrc`, use proper hierarchical headings, use consistent
heading format, trailing spaces
- `composer.json`: consistent property spacing
- License: Add `.txt` extension, update copyright date, and reflect type (MIT) in file name
- Credits: Add self
- npm: Add `package.json` (version 3.0.0-alpha.1 for npm release only; just reserving name)
2018-05-13 01:58:13 +00:00
|
|
|
"name": "Narendra Sisodiya",
|
2017-04-02 16:31:17 +00:00
|
|
|
"email": "narendra@narendrasisodiya.com"
|
|
|
|
},
|
|
|
|
{
|
- Linting (HTML): Use double-quotes for attributes, remove redundant `type=text/css`,
indent/lbs, consistent non-use of HTML namespace, consistent indents, consistent charset
casing
- Linting (Markdown): Add `.remarkrc`, use proper hierarchical headings, use consistent
heading format, trailing spaces
- `composer.json`: consistent property spacing
- License: Add `.txt` extension, update copyright date, and reflect type (MIT) in file name
- Credits: Add self
- npm: Add `package.json` (version 3.0.0-alpha.1 for npm release only; just reserving name)
2018-05-13 01:58:13 +00:00
|
|
|
"name": "Pavol Rusnak",
|
2020-02-15 12:20:32 +00:00
|
|
|
"email": "pavol@rusnak.io"
|
2017-04-02 16:31:17 +00:00
|
|
|
},
|
|
|
|
{
|
- Linting (HTML): Use double-quotes for attributes, remove redundant `type=text/css`,
indent/lbs, consistent non-use of HTML namespace, consistent indents, consistent charset
casing
- Linting (Markdown): Add `.remarkrc`, use proper hierarchical headings, use consistent
heading format, trailing spaces
- `composer.json`: consistent property spacing
- License: Add `.txt` extension, update copyright date, and reflect type (MIT) in file name
- Credits: Add self
- npm: Add `package.json` (version 3.0.0-alpha.1 for npm release only; just reserving name)
2018-05-13 01:58:13 +00:00
|
|
|
"name": "Jeff Schiller",
|
2017-04-02 16:31:17 +00:00
|
|
|
"email": "codedread@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
- Linting (HTML): Use double-quotes for attributes, remove redundant `type=text/css`,
indent/lbs, consistent non-use of HTML namespace, consistent indents, consistent charset
casing
- Linting (Markdown): Add `.remarkrc`, use proper hierarchical headings, use consistent
heading format, trailing spaces
- `composer.json`: consistent property spacing
- License: Add `.txt` extension, update copyright date, and reflect type (MIT) in file name
- Credits: Add self
- npm: Add `package.json` (version 3.0.0-alpha.1 for npm release only; just reserving name)
2018-05-13 01:58:13 +00:00
|
|
|
"name": "Vidar Hokstad",
|
2017-04-02 16:31:17 +00:00
|
|
|
"email": "vidar.hokstad@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
- Linting (HTML): Use double-quotes for attributes, remove redundant `type=text/css`,
indent/lbs, consistent non-use of HTML namespace, consistent indents, consistent charset
casing
- Linting (Markdown): Add `.remarkrc`, use proper hierarchical headings, use consistent
heading format, trailing spaces
- `composer.json`: consistent property spacing
- License: Add `.txt` extension, update copyright date, and reflect type (MIT) in file name
- Credits: Add self
- npm: Add `package.json` (version 3.0.0-alpha.1 for npm release only; just reserving name)
2018-05-13 01:58:13 +00:00
|
|
|
"name": "Alexis Deveria",
|
2017-04-02 16:31:17 +00:00
|
|
|
"email": "adeveria@gmail.com"
|
- Linting (HTML): Use double-quotes for attributes, remove redundant `type=text/css`,
indent/lbs, consistent non-use of HTML namespace, consistent indents, consistent charset
casing
- Linting (Markdown): Add `.remarkrc`, use proper hierarchical headings, use consistent
heading format, trailing spaces
- `composer.json`: consistent property spacing
- License: Add `.txt` extension, update copyright date, and reflect type (MIT) in file name
- Credits: Add self
- npm: Add `package.json` (version 3.0.0-alpha.1 for npm release only; just reserving name)
2018-05-13 01:58:13 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Brett Zamir",
|
|
|
|
"email": "brettz9@yahoo.com"
|
2021-05-19 21:09:40 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Optimistik SAS",
|
2022-08-14 13:01:51 +00:00
|
|
|
"email": "contact@optimistik.com"
|
2017-04-02 16:31:17 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"svg",
|
|
|
|
"svg-edit",
|
|
|
|
"drawing",
|
|
|
|
"editor"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"license": "MIT",
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"homepage": "https://github.com/SVG-Edit/svgedit/tree/master",
|
|
|
|
"require": {
|
|
|
|
}
|
|
|
|
}
|