/ package.json
package.json
 1  {
 2    "name": "keyv2",
 3    "version": "1.0.0",
 4    "description": "automated stl build platform for KeyV2",
 5    "main": "gulpfile.js",
 6    "scripts": {
 7      "test": "echo \"Error: no test specified\" && exit 1"
 8    },
 9    "repository": {
10      "type": "git",
11      "url": "git+https://github.com/rsheldiii/openSCAD-projects.git"
12    },
13    "keywords": [
14      "mechanical",
15      "keyboard"
16    ],
17    "author": "rsheldiii",
18    "license": "GPL-3.0",
19    "bugs": {
20      "url": "https://github.com/rsheldiii/openSCAD-projects/issues"
21    },
22    "homepage": "https://github.com/rsheldiii/openSCAD-projects#readme",
23    "dependencies": {
24      "gulp-changed": "^3.2.0",
25      "gulp-changed-in-place": "^2.3.0",
26      "gulp-shell": "^0.8.0"
27    },
28    "devDependencies": {
29      "gulp": "4.0.2"
30    }
31  }