-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 892 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": "speakerdeck-api",
"version": "0.0.2",
"description": "Unofficial API to access speakerdeck.com user and talk data",
"main": "main.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/phamann/speakerdeck-api.git"
},
"keywords": [
"speakerdeck",
"api"
],
"author": "Patrick Hamann",
"license": "MIT",
"bugs": {
"url": "https://github.com/phamann/speakerdeck-api/issues"
},
"homepage": "https://github.com/phamann/speakerdeck-api",
"dependencies": {
"cors": "^2.7.1",
"express": "^4.13.0",
"express-cache-controlfreak": "^0.1.2",
"forever": "^0.14.1",
"serve-static": "^1.10.0",
"speakerdeck-scraper": "^0.0.4"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.0",
"gulp-nodemon": "^2.0.3",
"jshint-stylish": "^2.0.1"
}
}