-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 865 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 865 Bytes
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": "@oneisland/gcode",
"private": false,
"version": "0.0.2",
"description": "A simple library for generating G-Code in Javascript",
"keywords": [
"gcode",
"g-code",
"gcode-js",
"nc",
"cnc",
"cam",
"oneisland"
],
"main": "lib/gcode.js",
"scripts": {
"build": "oneisland-babler lib",
"test": "npm run build && ava",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@oneisland/babler": "0.0.7",
"@oneisland/linter": "0.0.10",
"ava": "^2.4.0"
},
"homepage": "https://github.com/oneislandearth/gcode#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/oneislandearth/gcode.git"
},
"bugs": {
"url": "https://github.com/oneislandearth/gcode/issues"
},
"contributors": [
"Daniel Larkin <daniel@oneisland.io>"
],
"license": "MIT"
}