diff options
| author | stonedDiscord <stoned@derpymail.org> | 2018-05-23 14:41:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-23 14:41:08 +0200 |
| commit | a7fda07f0373b524969595d05dc978b317299f7d (patch) | |
| tree | 8db3115d3b0a78dc72d6186b750c189efbfb5276 /package.json | |
| parent | 6a24543e4bb0c89f241bef0fc62ee8a992e86abd (diff) | |
| parent | 334ee0e9feebe15926e5ad9a967c24cdf5264cdb (diff) | |
Merge pull request #2 from oldmud0/2.1
Ship webAO 2.1
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..ee67753 --- /dev/null +++ b/package.json @@ -0,0 +1,32 @@ +{ + "name": "webao", + "version": "2.1.0", + "description": "Web-based Attorney Online client", + "main": "client.js", + "scripts": { + "babel": "babel ui.js -o ui.b.js", + "webpack": "webpack", + "deploy": "cross-env NODE_ENV=production webpack -p", + "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-loader": "^7.1.4", + "babel-preset-env": "^1.7.0", + "babel-preset-es2015": "^6.24.1", + "cross-env": "^5.1.5", + "uglify-es": "3.3.9", + "webpack": "^4.8.3", + "webpack-cli": "^2.1.3" + } +} |
