aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 711e7cf09295dbd4d988ae271510426cdd708d8a (plain)
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": "webao",
  "version": "2.1.1",
  "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"
  }
}