forked from cvdlab/plasm.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 808 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
35
36
{
"author": {
"name": "cvd-lab",
"email": "cvd-lab@email.com",
"site": "https://github.com/cvdlab/)"
},
"contributors": [
{
"name": "Enrico Marino",
"email": "enrico.marino@email.com",
"url": "http://onirame.no.de"
},
{
"name": "Federico Spini",
"email": "federico.spini@gmail.com",
"url": "http://spini.no.de"
}
],
"name": "plasm.js",
"description": "JavaScript Programming Language for Solid Modeling",
"version": "0.1.1",
"homepage": "https://github.com/cvd-lab/plasm.js",
"repository": {
"type": "git",
"url": "git://github.com/cvd-lab/plasm.js.git"
},
"main": "index.js",
"engines": {
"node": "*"
},
"dependencies": {
"f.js": "0.x.x",
"simplexn.js": "0.x.x"
},
"devDependencies": {}
}