-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 715 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 715 Bytes
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
{
"name": "openfin-platform-samples",
"version": "1.0.0",
"description": "This is a static example with no bundling and some sample projects",
"main": "index.html",
"scripts": {
"start": "serve -l 5001",
"local": "serve -l 5001"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnman/openfin-platform-samples.git"
},
"keywords": [
"openfin",
"platform"
],
"author": "John Mandia",
"license": "MIT",
"bugs": {
"url": "https://github.com/johnman/openfin-platform-samples/issues"
},
"homepage": "https://github.com/johnman/openfin-platform-samples#readme",
"devDependencies": {
"serve": "^11.2.0",
"@types/openfin": "^49.0.0"
}
}