-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 878 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
{
"name": "atom-jscad",
"main": "./lib/atom-scad-preview",
"version": "1.2.1",
"description": "Previewing 3D models inside Atom.",
"keywords": [
"scad",
"jscad",
"3d",
"cad",
"threejs"
],
"x-activationCommands": {
"atom-workspace": "atom-jscad:preview"
},
"scripts": {
"build-csg-three-js": "pushd standalone && cat three.min.js orbitcontrols.js projector.js canvasrenderer.js csg.js formats.js threecsg.js openjscad.js > openjscad-bundle.js && popd"
},
"repository": "https://github.com/apla/atom-jscad",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "provide"
}
}
},
"dependencies": {
"loophole": "^1.1.0",
"event-kit": "^2.2.0"
},
"devDependencies": {
"doc-tree": "^0.12.2"
}
}