forked from cvdlab/plasm.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 803 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 803 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
{
"author": {
"name": "cvdlab",
"email": "cvdlab@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.2.0",
"homepage": "https://github.com/cvdlab/plasm.js",
"repository": {
"type": "git",
"url": "git://github.com/cvdlab/plasm.js.git"
},
"main": "index.js",
"engines": {
"node": "*"
},
"dependencies": {
"f.js": "0.x.x",
"simplexn.js": "0.x.x"
},
"devDependencies": {}
}