Doodle3D-Slicer/package.json

30 lines
899 B
JSON
Raw Normal View History

2015-07-26 15:32:10 +02:00
{
2017-07-20 11:20:43 +02:00
"name": "doodle3d-slicer",
"version": "0.0.1",
"description": "JavaScript gcode slicer, Intended to use with the Doodle3D WiFi-Box # Usage",
"main": "lib/index.js",
"module": "module/index.js",
"esnext": "src/index.js",
"scripts": {
"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-07-11 13:49:21 +02:00
},
2017-07-20 11:20:43 +02:00
"dependencies": {},
2016-08-26 21:43:46 +02:00
"devDependencies": {
2017-07-20 11:20:43 +02:00
"babel-cli": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-latest": "^6.24.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Doodle3D/Doodle3D-Slicer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Doodle3D/Doodle3D-Slicer/issues"
},
"homepage": "https://github.com/Doodle3D/Doodle3D-Slicer#readme"
2015-07-26 15:32:10 +02:00
}