-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
45 lines (45 loc) · 1.01 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
{
"name": "openfin-launcher",
"version": "0.0.1",
"description": "OpenFin launcher",
"author": "Ricardo de Pena <ricardo.depena@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/openfin/node-openfin-launcher"
},
"license": "MIT",
"files": [
"index.js"
],
"keywords": [
"openfin-launcher",
"OpenFin"
],
"dependencies": {
"unzip": "^0.1.11",
"lodash": "^2.4.1",
"chai": "^1.10.0",
"sinon": "^1.12.1"
},
"devDependencies": {
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^1.0.0",
"time-grunt": "^1.0.0",
"grunt-mocha-cli": "^1.11.0",
"jshint-stylish": "^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",
"directories": {
"test": "test"
}
}