-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.19 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
{
"name": "is_it_done_yet",
"version": "1.0.0",
"description": "A simple plugin that enables you to organize your frames according to their progress status by adding a tag alongside each frame node to color code it. Comes with the options to add a ticket number as well",
"main": "code.js",
"dependencies": {},
"devDependencies": {
"css-loader": "^3.3.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.0.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.3",
"url-loader": "^3.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vora/Is-it-done-yet-.git"
},
"keywords": [
"figma",
"plugin"
],
"author": "Vora Ventures (Email nitin.rangarajan@ascendum.com for queries regarding plugin or bugs)",
"license": "ISC",
"bugs": {
"url": "https://github.com/vora/Is-it-done-yet-/issues"
},
"homepage": "https://github.com/vora/Is-it-done-yet-#readme"
}