This repository has been archived by the owner on May 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
71 lines (71 loc) · 1.81 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "openfin",
"version": "0.0.1",
"description": "The core app of the OpenFin Runtime 8",
"main": "index.js",
"scripts": {
"build": "grunt build-pac",
"deploy": "grunt deploy",
"postinstall": "grunt",
"pretest": "grunt babel && grunt ts",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/openfin/openfin.git"
},
"engines": {
"node": ">=8.2.1"
},
"author": "OpenFin",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/openfin/openfin/issues"
},
"homepage": "https://github.com/openfin/openfin",
"optionalDependencies": {
"unix-dgram": "^2.0.2"
},
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/mocha": "^5.2.5",
"@types/mockery": "^1.4.29",
"@types/node": "^10.5.2",
"@types/underscore": "^1.8.8",
"@types/ws": "0.0.36",
"asar": "^0.14.3",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"electron-rebuild": "^1.8.1",
"grunt": "^1.0.3",
"grunt-babel": "^7.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsbeautifier": "^0.2.13",
"grunt-mocha-test": "^0.13.3",
"grunt-ts": "^5.5.1",
"grunt-tslint": "^5.0.2",
"load-grunt-tasks": "^4.0.0",
"mocha": "^5.2.0",
"mockery": "^2.1.0",
"openfin-sign": "openfin/openfin-sign.git#v1.0.0",
"rewire": "^4.0.1",
"should": "^13.2.1",
"should-sinon": "0.0.6",
"sinon": "^6.1.3",
"tslint": "^5.11.0",
"tslint-microsoft-contrib": "^5.0.3",
"typescript": "^3.5.1",
"wrench": "^1.5.9"
},
"dependencies": {
"minimist": "^1.2.0",
"options": "0.0.6",
"rxjs": "^5.5.12",
"ultron": "^1.0.2",
"underscore": "^1.8.3",
"ws": "1.1.1"
}
}