-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 723 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 723 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
{
"name": "font-orthofoldcut",
"version": "0.0.1",
"description": "",
"repository": "https://github.com/edemaine/font-orthofoldcut.git",
"main": "index.js",
"dependencies": {
"@svgdotjs/svg.js": "3.1.2",
"font-webapp": "0.5.1",
"furls": "0.11.0",
"json-stringify-pretty-compact": "2.0.0"
},
"devDependencies": {
"coffeescript": "2.5.1",
"gulp": "4.0.2",
"gulp-chmod": "3.0.0",
"gulp-coffee": "3.0.3",
"gulp-pug": "5.0.0",
"jstransformer-stylus": "1.5.0"
},
"scripts": {
"build": "gulp build",
"pug": "gulp pug",
"coffee": "gulp coffee",
"watch": "gulp watch",
"font": "coffee make.coffee"
},
"author": "Erik Demaine",
"license": "MIT"
}