-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 837 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 837 Bytes
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": "java-deserializer",
"version": "0.3.1",
"main": "index.js",
"description": "Simple java binary object reader (incomplete)",
"repository": {
"type": "git",
"url": "git://github.com/DeviateFish/java-deserializer.git"
},
"scripts": {
"build": "webpack",
"lint": "eslint ./index.js .js -c .eslintrc.js",
"serve": "webpack-dev-server --open",
"docs": "docma -c docma.config.json"
},
"keywords": [],
"author": "Daniel Benton",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {},
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.4",
"babel-preset-es2015": "6.24.1",
"docma": "1.5.3",
"eslint": "4.19.0",
"eslint-loader": "2.0.0",
"webpack": "4.1.1",
"webpack-cli": "2.0.12",
"webpack-dev-server": "3.1.1"
}
}