-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 KB
/
package.json
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
33
34
35
36
37
38
{
"name": "slackbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test NODE_PATH=$NODE_PATH:$PWD/lib mocha",
"build": "webpack",
"upload": "gapps upload"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sho-t/miria_slack_bot.git"
},
"author": "sho90",
"license": "MIT",
"bugs": {
"url": "https://github.com/sho-t/miria_slack_bot/issues"
},
"homepage": "https://github.com/sho-t/miria_slack_bot#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1",
"chai": "^3.5.0",
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.1",
"eslint-plugin-googleappsscript": "^1.0.0",
"gas-local": "^1.2.0",
"gas-webpack-plugin": "^0.2.0",
"sinon": "^2.1.0",
"webpack": "^2.3.3"
}
}