forked from openfin/HelloOpenFin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.03 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.03 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
{
"name": "HelloOpenFin",
"version": "0.0.1",
"description": "OpenFin Hello world",
"main": "grunt serve",
"scripts": {
"test": "grunt test",
"deploy" : "bower install && aws s3 cp public/ s3://cdn.openfin.co/demos/hello/ --recursive --cache-control max-age=60",
"start": "grunt serve",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/openfin/HelloOpenFin.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/openfin/HelloOpenFin/issues"
},
"homepage": "https://github.com/openfin/HelloOpenFin",
"dependencies": {
"express": "^4.2.0",
"grunt": "^0.4",
"grunt-cli": "^0.1",
"grunt-contrib-jshint": "^0.10",
"grunt-contrib-watch": "^0.6",
"grunt-jsbeautifier": "^0.2.7",
"grunt-contrib-connect": "^0.8.0",
"connect-livereload": "^0.4.0",
"bower": "^1.3.12",
"grunt-openfin": ">=1.0.2"
}
}