diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-05-14 22:45:56 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2018-05-14 22:45:56 -0500 |
| commit | c26ac0e636a71b850fa316f5bead6ba263b55492 (patch) | |
| tree | ba1472cf2380f4022f51677699ed2b18a74f9f95 /package.json | |
| parent | 09f3d0170b3cc1ee74a2266b595c81402ed4314c (diff) | |
Turn it into a node package to use GoldenLayout
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..508a968 --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "webao", + "version": "2.0.0", + "description": "Web-based Attorney Online client", + "main": "client.js", + "scripts": { + "babel": "babel ui.js -o ui.b.js", + "webpack": "webpack", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/stonedDiscord/stonedDiscord.github.io.git" + }, + "author": "stonedDiscord", + "bugs": { + "url": "https://github.com/stonedDiscord/stonedDiscord.github.io/issues" + }, + "homepage": "https://github.com/stonedDiscord/stonedDiscord.github.io#readme", + "devDependencies": { + "babel-cli": "^6.26.0", + "babel-core": "^6.26.3", + "babel-preset-env": "^1.7.0", + "babel-preset-es2015": "^6.24.1", + "webpack": "^4.8.3", + "webpack-cli": "^2.1.3", + "uglify-es": "3.3.9" + } +} |
