forked from pboyer/verb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 875 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
37
38
39
40
41
{
"name": "verb-nurbs",
"version": "2.1.0",
"author": "pboyer <peter.b.boyer@gmail.com>",
"description": "A CAD library for the web",
"repository": {
"type": "git",
"url": "https://github.com/pboyer/verb.git"
},
"scripts": {
"test": "grunt -v mocha"
},
"engine": "node 7.0.0",
"main": "build/js/verb.js",
"keywords": [
"NURBS",
"geometry",
"cad",
"surface",
"curve",
"spline",
"mesh"
],
"dependencies": {
"webworker-threads": "0.7.12"
},
"devDependencies": {
"benchmark": "1.0.0",
"grunt": "0.4.5",
"grunt-benchmark": "0.3.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-uglify": "0.9.1",
"grunt-haxe": "0.1.13",
"grunt-mocha-test": "0.12.7",
"grunt-text-replace": "0.4.0",
"mocha": "2.2.4",
"should": "6.0.1",
"tess2": "1.0.0"
},
"license": "MIT"
}