2018-06-03 20:14:17 +00:00
|
|
|
{
|
|
|
|
"name": "keyv2",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "automated stl build platform for KeyV2",
|
|
|
|
"main": "gulpfile.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/rsheldiii/openSCAD-projects.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"mechanical",
|
|
|
|
"keyboard"
|
|
|
|
],
|
|
|
|
"author": "rsheldiii",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/rsheldiii/openSCAD-projects/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/rsheldiii/openSCAD-projects#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"gulp-changed": "^3.2.0",
|
|
|
|
"gulp-changed-in-place": "^2.3.0",
|
2020-05-01 20:47:20 +00:00
|
|
|
"gulp-shell": "^0.8.0"
|
2018-06-03 20:14:17 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-05-01 20:47:20 +00:00
|
|
|
"gulp": "4.0.2"
|
2018-06-03 20:14:17 +00:00
|
|
|
}
|
|
|
|
}
|