-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.55 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
48
49
50
51
52
53
54
55
56
{
"name": "princess-simon",
"version": "1.0.0",
"description": "Princess Simon is a sentient bird who loves to be tweeted at. They love your pictures so much they wear it like a gown. Tweet @SimonHi to help them look their best and dress them up with your favorite image. JavaScript: Three.js, Twitter API, and Express server running on Node. http://princesssimon.info/",
"author": "Lauren Maxwell",
"repository": "https://github.com/mlauren/PrincessSimon",
"bugs": {
"url": "https://github.com/mlauren/PrincessSimon/issues"
},
"homepage": "https://github.com/mlauren/PrincessSimon",
"license": "MIT",
"contributors": [
{
"name": "Lauren Maxwell",
"email": "mlmxwell@google.com"
}
],
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
"requiresProjectId": true
},
"semistandard": {
"globals": [
"after",
"afterEach",
"before",
"beforeEach",
"describe",
"it"
]
},
"dependencies": {
"body-parser": "^1.15.2",
"content-disposition": "^0.5.1",
"express": "4.16.2",
"method-override": "^2.3.6",
"path": "^0.12.7",
"serve-static": "^1.11.1",
"twit": "^2.2.4",
"socket.io": "^1.7.4",
"bufferutil": "3.0.3",
"utf-8-validate": "3.0.4",
"ws": "3.3.1"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.1.0",
"ava": "0.23.0",
"socket.io": "^1.7.4",
"twit": "^2.2.4",
"twitter-mentions": "^3.0.0"
}
}