Doodle3D-Core/package.json

35 lines
1.0 KiB
JSON
Raw Normal View History

2017-10-24 12:33:14 +02:00
{
2017-10-24 12:40:47 +02:00
"name": "@doodle3d/doodle3d-slicer",
"version": "0.0.13",
"description": "JavaScript gcode slicer, Intended to use with the Doodle3D WiFi-Box # Usage",
2017-10-24 12:37:51 +02:00
"main": "lib/index.js",
"module": "module/index.js",
2017-10-24 12:33:14 +02:00
"esnext": "src/index.js",
"scripts": {
"prepare": "npm run build",
"build": "npm run build:main && npm run build:module ",
"build:main": "BABEL_ENV=main babel src -s -d lib",
"build:module": "BABEL_ENV=module babel src -s -d module"
},
2017-10-24 12:40:47 +02:00
"dependencies": {
"@doodle3d/clipper-js": "^1.0.7",
"three": "^0.83.0"
},
2017-10-24 12:33:14 +02:00
"devDependencies": {
2017-10-24 12:40:47 +02:00
"babel-cli": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-latest": "^6.24.1"
2017-10-24 12:33:14 +02:00
},
"repository": {
2017-10-24 12:40:47 +02:00
"type": "git",
"url": "git+https://github.com/Doodle3D/Doodle3D-Slicer.git"
2017-10-24 12:33:14 +02:00
},
2017-10-24 12:40:47 +02:00
"author": "",
"license": "UNLICENSED",
"private": true,
"bugs": {
"url": "https://github.com/Doodle3D/Doodle3D-Slicer/issues"
},
"homepage": "https://github.com/Doodle3D/Doodle3D-Slicer#readme"
2017-10-24 12:33:14 +02:00
}