forked from google/timesketch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.21 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
{
"name": "timesketch",
"version": "20170721",
"description": "Timesketch is an open source tool for collaborative forensic timeline analysis. Using sketches you and your collaborators can easily organize your timelines and analyze them all at the same time. Add meaning to your raw data with rich annotations, comments, tags and stars.",
"main": "index.js",
"repository": "[email protected]:google/timesketch.git",
"author": "Johan Berggren <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"build": "webpack",
"build:watch": "webpack --watch",
"test": "",
"test:watch": "",
"lint": "",
"lint:watch": ""
},
"dependencies": {
"angular": "1.3.5",
"brace": "^0.10.0",
"chart.js": "2.2.2",
"css-loader": "^0.28.5",
"d3": "4.2.2",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"font-awesome": "4.3.0",
"jquery": "2.1.0",
"medium-editor": "5.16.1",
"moment": "2.10.3",
"node-sass": "^4.5.3",
"numeral": "2.0.6",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"ts-loader": "^2.3.3",
"twitter-bootstrap-3.0.0": "^3.0.0",
"typescript": "^2.4.2",
"url-loader": "^0.5.9",
"webpack": "^3.5.5"
}
}