-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 817 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 817 Bytes
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": "tibia-crawler",
"version": "0.2.0",
"description": "A tibia crawler module for Node.",
"homepage": "https://github.com/TibiaJS/tibia-crawler",
"repository": "TibiaJS/tibia-crawler",
"license": "MIT",
"files": [
"index.js"
],
"keywords": [
"tibia-crawler",
"tibia",
"otserv",
"crawler",
"tibiajs",
"tibiacrawler"
],
"dependencies": {
"camelcase": "^1.0.2",
"cheerio": "^0.19.0",
"request": "^2.53.0"
},
"devDependencies": {
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^1.12.0",
"jshint-stylish": "^1.0.1",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.1.0"
},
"scripts": {
"test": "grunt"
}
}