UNPKG

1.27 kBJSONView Raw
1{
2 "name": "@exoplay/exobot-build",
3 "version": "0.0.7",
4 "description": "build and run tools for exobot",
5 "main": "index.js",
6 "bin": {
7 "exobot": "./bin/exobot.js"
8 },
9 "scripts": {
10 "test": "echo \"Error: no test specified\" && exit 1"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/exoplay/exobot-build.git"
15 },
16 "keywords": [
17 "exobot",
18 "chat",
19 "bot"
20 ],
21 "author": "Jack Lawson <ajacksified@gmail.com>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/exoplay/exobot-build/issues"
25 },
26 "homepage": "https://github.com/exoplay/exobot-build#readme",
27 "dependencies": {
28 "babel-core": "^6.18.2",
29 "babel-loader": "^6.2.7",
30 "babel-plugin-syntax-decorators": "^6.13.0",
31 "babel-plugin-transform-class-properties": "^6.18.0",
32 "babel-plugin-transform-decorators": "^6.13.0",
33 "babel-plugin-transform-decorators-legacy": "^1.3.4",
34 "babel-preset-es2015": "^6.18.0",
35 "babel-preset-stage-2": "^6.18.0",
36 "chalk": "^1.1.3",
37 "progress-bar-webpack-plugin": "^1.9.0",
38 "webpack": "^2.1.0-beta.25",
39 "webpack-node-externals": "^1.5.4",
40 "yargs": "^6.3.0"
41 },
42 "peerDependencies": {
43 "regenerator-runtime": "^0.9.6",
44 "source-map-support": "^0.4.6"
45 }
46}