-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
45 lines (45 loc) · 868 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
42
43
44
45
{
"name": "node-step",
"version": "0.0.2",
"description": "analyse and explore STEP (ISO 10303) file format with node",
"main": "readStep.js",
"bin": {},
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git://github.com/erossignon/node-STEP.git"
},
"keywords": [
"STEP",
"ISO1303",
"CAD",
"3D",
"AP201",
"AP203",
"AP204"
],
"author": "Etienne Rossignon",
"license": "MIT",
"bugs": {
"url": "https://github.com/erossignon/node-STEP/issues"
},
"devDependencies": {
"mocha": "*"
},
"dependencies": {
"colors": "~1.4.0",
"should": "*",
"walk": "~2.3.15",
"cli-table": "~0.3.11",
"archy": "1.0.0",
"easy-table": "~1.2.0",
"jison": "~0.4.18",
"mstring": "~0.1.2"
}
}