forked from mikelax/spacebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 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
39
40
41
42
43
44
45
46
47
{
"name": "spacebot",
"version": "0.1.0",
"description": "spacebot - A Slack Bot for exploring NASA images.",
"scripts": {
"pretest": "npm install",
"test": "gulp test"
},
"keywords": [
"slackbot",
"slack",
"nasa",
"space",
"mars",
"apod",
"rovers",
"curiosity",
"astronomy"
],
"author": "Michael Holtzman <[email protected]>",
"license": "Apache-2.0",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/mikelax/spacebot"
},
"devDependencies": {
"chai": "3.5.0",
"chai-as-promised": "^5.3.0",
"chai-things": "^0.2.0",
"eslint": "^3.6.0",
"eslint-config-airbnb": "12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-help": "^1.6.1",
"gulp-mocha": "^3.0.1",
"gulp-util": "^3.0.7",
"joi": "^9.1.0",
"supertest": "^2.0.0"
},
"dependencies": {
"serverless-plugin-autoinstall": "0.5.5"
}
}