-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.09 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
{
"name": "windowslib",
"version": "3.1.1",
"publishConfig": {
"tag": "next"
},
"description": "Windows Utility Library",
"main": "./dist/index",
"author": "Axway, Inc. <[email protected]>",
"maintainers": [
"Chris Barber <[email protected]>",
"Ewan Harris <[email protected]>"
],
"license": "Apache-2.0",
"keywords": [
"appcelerator",
"windows",
"windows sdk",
"visualstudio",
"visual studio",
"microsoft"
],
"scripts": {
"build": "gulp build",
"coverage": "gulp coverage",
"docs": "gulp docs",
"lint": "gulp lint",
"prepare": "gulp build",
"test": "gulp test"
},
"dependencies": {
"appcd-fs": "^2.0.2",
"appcd-path": "^2.0.3",
"appcd-subprocess": "^5.0.0",
"appcd-util": "^3.1.1",
"cli-kit": "^1.9.2",
"winreglib": "^2.0.3",
"xmldom": "^0.4.0"
},
"devDependencies": {
"appcd-gulp": "^3.1.1"
},
"homepage": "https://github.com/appcelerator/windowslib",
"bugs": "https://github.com/appcelerator/windowslib/issues",
"repository": {
"type": "git",
"url": "git://github.com/appcelerator/windowslib.git"
},
"engines": {
"node": ">=10.13.0"
}
}