forked from rdepena/node-openfin-launcher
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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
{
"name": "openfin-launcher",
"version": "1.4.8",
"description": "OpenFin launcher",
"author": "Ricardo de Pena <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/openfin/node-openfin-launcher"
},
"license": "MIT",
"keywords": [
"openfin-launcher",
"OpenFin"
],
"dependencies": {
"lodash": "^2.4.1",
"q": "^1.1.2",
"request": "^2.87.0",
"single-line-log": "^1.1.1",
"unzip": "^0.1.11"
},
"devDependencies": {
"chai": "^1.10.0",
"grunt": "^1.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsbeautifier": "^0.2.7",
"grunt-mocha-cli": "^4.0.0",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^1.0.0",
"sinon": "^1.12.1",
"time-grunt": "^1.0.0"
},
"scripts": {
"test": "grunt"
},
"bugs": {
"url": "https://github.com/openfin/node-openfin-launcher/issues"
},
"homepage": "https://github.com/openfin/node-openfin-launcher",
"main": "index.js"
}