-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "basicbeach",
"version": "0.0.1",
"description": "Designin earrings using procedural generation and 3D modeling tools such as Tracery and OpenSCAD",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"www": "nodemon src/www.js",
"start": "node src/www.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andytuba/basicbeach.git"
},
"keywords": [
"scad",
"openscad",
"jewelry",
"earrings",
"tracery"
],
"author": "andytuba <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andytuba/basicbeach/issues"
},
"homepage": "https://github.com/andytuba/basicbeach#readme",
"dependencies": {
"braille": "^1.1.0",
"connect-slashes": "^1.4.0",
"corpora-project": "^0.2.0",
"dayjs": "^1.10.4",
"emoji-unicode": "^2.0.1",
"es6-promisify": "^6.1.1",
"express": "^4.17.1",
"express-handlebars": "^5.1.0",
"node-jq": "^1.12.0",
"nodemon": "^2.0.4",
"nodescad": "git+https://[email protected]/andytuba/nodescad.git#fix-D-quoting",
"seedrandom": "^3.0.5",
"static-server": "^2.2.1",
"tracery-data-loader": "0.0.3",
"tracery-grammar": "^2.7.4",
"yargs": "^15.4.0"
},
"devDependencies": {}
}