forked from Tomtomgo/phearjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.1 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
{
"name": "phearjs",
"version": "0.5.0",
"homepage": "http://phear.io",
"description": "Render any dynamic Javascript webpage to JSON with PhantomJS.",
"keywords": [
"phearjs",
"phantomjs",
"seo",
"prerender",
"ajax",
"data extraction"
],
"author": {
"name": "Tom Aizenberg"
},
"bugs": {
"url": "https://github.com/Tomtomgo/phearjs/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Tomtomgo/phearjs.git"
},
"dependencies": {
"basic-auth": "latest",
"dot-object": "latest",
"express": "latest",
"jade": "latest",
"memcached": "latest",
"querystring": "latest",
"request": "latest",
"respawn": "latest",
"serve-favicon": "latest",
"strftime": "latest",
"tree-kill": "latest",
"url": "latest",
"usage": "latest",
"yargs": "latest"
},
"devDependencies": {
"gulp": "latest",
"gulp-chmod": "latest",
"gulp-coffee": "latest",
"gulp-insert": "latest",
"gulp-load-plugins": "latest",
"gulp-size": "latest",
"gulp-util": "latest",
"run-sequence": "latest"
}
}