forked from google/timesketch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.39 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"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": "karma start --single-run --no-auto-watch",
"test:watch": "karma start",
"test:coverage": "karma start karma-coverage.conf.js --single-run --no-auto-watch && rm -rf ./coverage",
"lint": "tslint --project . && echo 'TSLint: No errors!'",
"lint:watch": "chokidar timesketch/ui/**/*.ts timesketch/ui/*.ts -c 'yarn run lint' --initial --verbose"
},
"dependencies": {
"@angular/common": "5.0.0-beta.5",
"@angular/compiler": "5.0.0-beta.5",
"@angular/compiler-cli": "5.0.0-beta.5",
"@angular/core": "5.0.0-beta.5",
"@angular/platform-browser": "5.0.0-beta.5",
"@angular/platform-browser-dynamic": "5.0.0-beta.5",
"@angular/upgrade": "5.0.0-beta.5",
"@ngtools/webpack": "^1.6.2",
"@types/jasmine": "^2.5.54",
"angular": "1.3.5",
"angular2-template-loader": "^0.6.2",
"babel-polyfill": "^6.26.0",
"brace": "^0.10.0",
"chart.js": "2.2.2",
"chokidar": "^1.7.0",
"chokidar-cli": "^1.2.0",
"codelyzer": "^3.2.0",
"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",
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine": "^2.8.0",
"jquery": "2.1.0",
"karma": "^1.7.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.4",
"medium-editor": "5.16.1",
"moment": "2.10.3",
"node-sass": "^4.5.3",
"null-loader": "^0.1.1",
"numeral": "2.0.6",
"raw-loader": "^0.5.1",
"rxjs": "^5.4.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"ts-loader": "^2.3.3",
"tslint": "^5.7.0",
"twitter-bootstrap-3.0.0": "^3.0.0",
"typescript": "^2.4.2",
"url-loader": "^0.5.9",
"webpack": "^3.5.5",
"zone.js": "^0.8.17"
}
}