forked from DominicMaas/TimelineExtension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 892 Bytes
/
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
{
"name": "timeline-extension",
"version": "1.1.0",
"description": "Windows Timeline + Project Rome support for browsers.",
"scripts": {
"watch": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DominicMaas/TimelineExtension.git"
},
"author": "Dominic Maas",
"license": "MIT",
"bugs": {
"url": "https://github.com/DominicMaas/TimelineExtension/issues"
},
"homepage": "https://github.com/DominicMaas/TimelineExtension#readme",
"dependencies": {
"adaptivecards": "1.1.0"
},
"devDependencies": {
"@types/chrome": "0.0.75",
"web-ext-types": "3.0.0",
"typescript": "3.2.2",
"ts-loader": "5.3.1",
"tslint": "5.11.0",
"webpack": "4.27.1",
"webpack-cli": "3.1.2",
"webpack-merge": "4.1.5"
}
}