forked from evolus/pencil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.15 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
50
51
52
53
54
55
{
"name": "Pencil",
"productName": "Pencil",
"description": "An open-source GUI prototyping tool that is available for ALL platforms.",
"version": "3.0.0-rc.1",
"author": {
"name": "Evolus",
"url": "http://evolus.vn",
"email": "[email protected]"
},
"maintainers": [
{
"email": "[email protected]",
"name": "dgthanhan"
},
{
"email": "[email protected]",
"name": "Nguyen Tien Dzung"
}
],
"copyright": "Copyright © 2008-2016 Evolus. All rights reserved.",
"homepage": "http://pencil.evolus.vn",
"license": "GPL2",
"main": "index.js",
"js-flags": "--expose-gc",
"window": {
"toolbar": false,
"position": "center",
"width": 900,
"height": 900
},
"keywords": [
"electron",
"pencil",
"ui",
"prototyping",
"mockup",
"design",
"evolus",
"drawing"
],
"dependencies": {
"archiver": "^1.0.0",
"electron-squirrel-startup": "^1.0.0",
"less": "~2.7.1",
"lodash": "^4.13.1",
"moment": "^2.13.0",
"nugget": "^2.0.0",
"q": "^1.4.1",
"rimraf": "^2.5.2",
"tmp": "0.0.28",
"unzip2": "^0.2.5"
},
"private": true
}