-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
49 lines (49 loc) · 1.13 KB
/
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
46
47
48
49
{
"name": "@mattdesl/fika",
"version": "1.1.1",
"description": "A figma plugin generator",
"main": "./src/fika.js",
"license": "MIT",
"bin": {
"fika": "./src/cli.js"
},
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"@parcel/logger": "^1.11.0",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"chokidar": "^3.0.2",
"clean-css": "^4.2.1",
"deep-equals": "0.0.2",
"defined": "^1.0.0",
"express": "^4.17.1",
"get-port": "^5.0.0",
"internal-ip": "^4.3.0",
"loud-rejection": "^2.1.0",
"maxstache": "^1.0.7",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"parcel-bundler": "^1.12.3",
"rimraf": "^2.6.3",
"slugify": "^1.3.4",
"terser": "^4.1.2",
"title-case": "^2.1.1"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/fika.git"
},
"homepage": "https://github.com/mattdesl/fika",
"bugs": {
"url": "https://github.com/mattdesl/fika/issues"
}
}