forked from sidorares/ntk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 932 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
46
47
48
49
50
{
"name": "ntk",
"author": "Andrey Sidorov <[email protected]>",
"description": "Desktop UI tollkit/widgets set",
"keywords": [
"ui",
"gui",
"widgets",
"desktop"
],
"homepage": "https://github.com/sidorares/ntk",
"version": "1.0.0",
"maintainers": [
{
"name": "Andrey Sidorov",
"email": "[email protected]"
}
],
"bugs": {
"url": "http://github.com/sidorares/ntk/issues"
},
"licenses": [
{
"type": "MIT"
}
],
"repository": {
"type": "git",
"url": "http://github.com/sidorares/ntk.git"
},
"main": "./lib/index.js",
"engines": {
"node": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"dependencies": {
"es6-promise": "^3.0.2",
"freetype2": "^0.3.0",
"parse-css": "^0.1.0",
"weak": "^1.0.0",
"x11": "^1.0.3"
},
"scripts": {
"test": "mocha",
"prepublish": "npm prune"
}
}