2020-08-02 10:26:22 +00:00
|
|
|
{
|
|
|
|
"name": "method-draw",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Method Draw is an SVG Editor for the web",
|
|
|
|
"main": "index.js",
|
|
|
|
"directories": {
|
|
|
|
"doc": "docs",
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/methodofaction/Method-Draw.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"SVG",
|
|
|
|
"vector",
|
2020-12-14 23:56:38 +00:00
|
|
|
"vector-editor"
|
2020-08-02 10:26:22 +00:00
|
|
|
],
|
|
|
|
"author": "Mark MacKay",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/methodofaction/Method-Draw/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/methodofaction/Method-Draw#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
"gulp": "^4.0.2",
|
|
|
|
"gulp-cache-bust": "^1.4.1",
|
|
|
|
"gulp-concat": "^2.6.1",
|
|
|
|
"gulp-minify": "^3.1.0",
|
2021-05-13 19:19:39 +00:00
|
|
|
"gulp-replace": "^1.1.3",
|
2020-08-02 10:26:22 +00:00
|
|
|
"gulp-useref": "^4.0.1"
|
|
|
|
}
|
|
|
|
}
|