-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.12 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.12 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
{
"name": "hex-editor",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "webpack --config=webpack.test.js -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"window": {
"fullscreen": false
},
"devDependencies": {
"@types/jasmine": "^1.3.2",
"@types/node": "^7.0.8",
"@types/nw.js": "^0.13.6",
"@types/source-map": "^0.5.0",
"css-loader": "0.26.1",
"globby": "6.1.0",
"jasmine": "^2.5.3",
"jasmine-core": "^2.5.2",
"string-replace-webpack-plugin": "0.0.5",
"style-loader": "0.13.1",
"ts-loader": "1.3.3",
"typescript": "^2.2.1",
"webpack": "1.14.0",
"webpack-node-externals": "^1.5.4"
},
"dependencies": {
"@types/fs-promise": "^1.0.1",
"@types/mkdirp": "^0.3.29",
"@types/mz": "0.0.30",
"@types/pixi.js": "^4.3.1",
"@types/uuid": "^2.0.29",
"cerialize": "^0.1.13",
"fs-promise": "^2.0.0",
"json-loader": "^0.5.4",
"mkdirp": "^0.5.1",
"mz": "^2.6.0",
"pixi.js": "^4.3.5",
"ts-loader": "1.3.3",
"tslib": "1.5.0",
"typescript": "^2.2.1",
"uuid": "^3.0.1"
}
}