forked from HadoukenIO/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.85 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.85 KB
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
{
"name": "openfin",
"version": "0.0.1",
"description": "The core app of the OpenFin Runtime 6.0",
"main": "index.js",
"scripts": {
"pretest": "grunt babel && grunt ts",
"test": "grunt test",
"postinstall": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/openfin/openfin.git"
},
"author": "OpenFin",
"license": "Apache2 + Commercial",
"bugs": {
"url": "https://github.com/openfin/openfin/issues"
},
"homepage": "https://github.com/openfin/openfin",
"optionalDependencies": {
"openfin-sign": "git+ssh://git@github.com:openfin/openfin-sign.git#caee55ecbe6f81e6ed9630790781fe4d1835cb03",
"runtime-p2p": "git+ssh://git@github.com:openfin/runtime-p2p.git#7426ace77dbe87b73a54181b46be0938c15d81ba"
},
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/mocha": "^2.2.39",
"@types/mockery": "^1.4.29",
"@types/node": "^6.0.49",
"@types/underscore": "^1.8.0",
"asar": "^0.12.1",
"babel-preset-es2015": "^6.1.4",
"electron-rebuild": "1.4.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsbeautifier": "^0.2.10",
"grunt-mocha-test": "^0.13.2",
"grunt-ts": "^5.5.1",
"grunt-tslint": "^5.0.1",
"load-grunt-tasks": "^3.3.0",
"mocha": "^3.0.2",
"mockery": "^2.0.0",
"rewire": "^2.5.2",
"should": "^11.1.0",
"should-sinon": "^0.0.5",
"sinon": "^1.17.5",
"tslint": "^5.4.3",
"tslint-microsoft-contrib": "^5.0.0",
"typescript": "~2.2.0",
"wrench": "^1.5.9"
},
"dependencies": {
"minimist": "^1.2.0",
"options": "0.0.6",
"q": "^1.2.0",
"request": "^2.67.0",
"rx": "^4.1.0",
"ultron": "^1.0.2",
"underscore": "^1.8.3",
"ws": "1.1.1"
}
}