forked from ttseng/Stencilfy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 907 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
{
"//1": "describes your app and its dependencies",
"//2": "https://docs.npmjs.com/files/package.json",
"//3": "updating this file will download and update your packages",
"name": "text-animator",
"version": "0.0.1",
"description": "Animate text input",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"body-parser": "^1.18.3",
"clipper-lib": "^6.2.1",
"express": "^4.16.3",
"express-fileupload": "^0.4.0",
"fs": "0.0.1-security",
"point-at-length": "^1.1.0",
"requirejs": "^2.3.5",
"svg-path": "^0.2.1",
"svg-path-properties": "^0.4.4",
"svgpath": "^2.2.1",
"text-to-svg": "^3.1.3",
"tmp": "0.0.33"
},
"engines": {
"node": "8.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}