-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 929 Bytes
/
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
{
"name": "chronomoteuse",
"version": "1.0.0",
"description": "a time-traveling twitterbot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emckean/chronomoteuse.git"
},
"keywords": [
"bot"
],
"author": "Erin McKean",
"license": "MIT",
"bugs": {
"url": "https://github.com/emckean/chronomoteuse/issues"
},
"homepage": "https://github.com/emckean/chronomoteuse#readme",
"dependencies": {
"chronomoteuse_files": "file:///Users/emckean/Code/chronomoteuse/lambdafiles",
"node-aws-lambda": "^0.1.8",
"tracery-grammar": "^2.7.3",
"twit": "^2.2.4"
},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-install": "^0.6.0",
"gulp-jshint": "^2.0.4",
"gulp-zip": "^3.2.0",
"jshint": "^2.9.4",
"run-sequence": "^1.2.2"
}
}