-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 871 Bytes
/
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
{
"name": "jscad-now",
"version": "1.2.3",
"description": "Instantly view a jscad V2 module",
"bin": {
"jscad-now": "bin/cli.js"
},
"main": "src/server/index.js",
"scripts": {
"test": "node ./src/server/index.js ./test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danmarshall/jscad-now.git"
},
"keywords": [],
"author": "Dan Marshall",
"license": "MIT",
"bugs": {
"url": "https://github.com/danmarshall/jscad-now/issues"
},
"homepage": "https://github.com/danmarshall/jscad-now#readme",
"dependencies": {
"@jscad/regl-renderer": "^2.0.0-alpha.12",
"@jscad/stl-serializer": "^2.0.0-alpha.11",
"browserify-css": "^0.15.0",
"budo": "^11.6.4",
"most-gestures": "^0.4.1",
"nanohtml": "^1.9.1"
},
"devDependencies": {
"@jscad/modeling": "^2.0.0-alpha.10"
}
}