-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 832 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 832 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "witt",
"version": "1.0.5",
"description": "Whisk Information Timeline Tool",
"main": "witt.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kerryspchang/WITT"
},
"keywords": [
"OpenWhisk"
],
"bin": {
"witt": "./witt.js"
},
"author": {
"name:": "Kerry Chang",
"email": "kerry.chang@ibm.com"
},
"files":[
"package.json",
"README.md",
"styles.css",
"index.html",
"index.js",
"witt.js",
"lib",
"callback.html"
],
"license": "ISC",
"dependencies": {
"expand-home-dir": "0.0.3",
"minimist": "^1.2.0",
"openwhisk": "^3.6.0",
"opn": "^5.0.0",
"properties-parser": "^0.3.1",
"socket.io": "^2.0.1"
},
"date": "5/30/2017"
}