-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "@appcd/plugin-windows",
"version": "2.0.2",
"description": "Windows service for the Appc Daemon.",
"main": "./dist/index",
"author": "Appcelerator, Inc. <[email protected]>",
"maintainers": [
"Chris Barber <[email protected]>"
],
"license": "Apache-2.0",
"scripts": {
"build": "gulp build",
"coverage": "gulp coverage",
"docs": "gulp docs",
"prepack": "gulp build",
"test": "gulp test"
},
"dependencies": {
"gawk": "^4.7.1",
"source-map-support": "^0.5.19",
"windowslib": "^3.0.0"
},
"devDependencies": {
"appcd-gulp": "^3.0.0"
},
"homepage": "https://github.com/appcelerator/appc-daemon",
"bugs": "https://github.com/appcelerator/appcd-plugin-windows/issues",
"repository": "https://github.com/appcelerator/appcd-plugin-windows",
"appcd": {
"apiVersion": "^1.1.0 || 2.x",
"config": "./conf/config.js",
"name": "windows",
"os": [
"win32"
],
"type": "external"
},
"publishConfig": {
"access": "public"
}
}