-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.32 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.32 KB
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
{
"name": "psdtool",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@types/bootstrap": "^3.3.39",
"@types/file-saver": "^1.3.0",
"@types/jquery": "^2.0.49",
"@types/jstree": "^3.3.37",
"@types/mousetrap": "^1.6.0",
"@types/pako": "^1.0.0",
"downscaler": "git+https://github.com/oov/downscaler-ts.git#master",
"es6-promise": "^4.2.4"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.2",
"chai": "^4.1.1",
"karma": "^2.0.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-webpack": "^3.0.0",
"mocha": "^5.2.0",
"raw-loader": "^0.5.1",
"superstatic": "^5.0.1",
"ts-loader": "^4.4.1",
"typescript": "^2.9.2",
"uglify-loader": "^2.0.0",
"webpack": "^4.12.0",
"webpack-cli": "^2.1.5"
},
"scripts": {
"test": "karma start",
"start": "superstatic --port 10080 --debug true",
"build": "webpack --mode production",
"watch": "webpack --mode development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oov/PSDTool.git"
},
"author": "oov",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/oov/PSDTool/issues"
},
"homepage": "https://github.com/oov/PSDTool#readme"
}