-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 773 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 773 Bytes
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
{
"name": "@sohale/implisolid",
"version": "1.0.1",
"description": "A Solid Modelling Kernel in Javascript based on Implicit Surfaces, for MP5 file format",
"main": "npm/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "mocha --reporter spec ./npm"
},
"repository": {
"type": "git",
"url": "git@github.com/sohale/implisolid.git"
},
"keywords": [
"implicit",
"mp5",
"wedesign",
"3d",
"3dprinting",
"printing",
"geometry",
"emscripten",
"c++",
"THREE.js"
],
"author": "Sohail Siadatnejad <sohale@gmail.com> (https://sohale.github.io)",
"license": "GPL-3.0",
"engines": {
"node": ">=4.2.4"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^11.1.0"
}
}