-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 997 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
39
40
41
42
43
44
45
{
"name": "@sapper-dragon/trimmings",
"version": "0.1.4",
"description": "Decorate your Sapper project with some holiday spirit.",
"license": "MIT",
"author": "Robert Hall <[email protected]> (http://arxpoetica.com/)",
"homepage": "https://github.com/sapper-dragon/trimmings#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sapper-dragon/trimmings.git"
},
"keywords": [
"svelte",
"sapper",
"utilities",
"libs",
"tools",
"postcss",
"css",
"json",
"svgo",
"svg",
"remark",
"markdown"
],
"bugs": {
"url": "https://github.com/sapper-dragon/trimmings/issues"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"trim": "./trim"
},
"dependencies": {
"ansi-colors": "4.1.1",
"cheap-watch": "1.0.2",
"dotenv": "8.2.0",
"esm": "3.2.25",
"fs-extra": "9.0.1",
"sade": "1.7.3"
},
"devDependencies": {}
}