-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 932 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 932 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": "simplecrawler-queue-mongo",
"version": "0.1.8",
"description": "MongoDB queue for Node Simple Crawler",
"main": "build/MongoQueue.js",
"scripts": {
"test": "gulp test",
"prepublish": "gulp build",
"develop": "gulp develop"
},
"repository": {
"type": "git",
"url": "https://github.com/lzrski/node-simplecrawler-queue-mongo.git"
},
"homepage": "https://github.com/lzrski/node-simplecrawler-queue-mongo",
"keywords": [
"SimpleCrawler",
"Mongo",
"Mongoose",
"Queue"
],
"devDependencies": {
"coffee-script": "^1.7.1",
"del": "^0.1.1",
"gulp": "^3.8.5",
"gulp-coffee": "^2.0.1",
"gulp-mocha": "^0.4.1",
"gulp-nodemon": "^1.0.4",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.1.1"
},
"author": "Tadeusz Łazurski <tadeusz@lazurski.pl> (http://lazurski.pl/)",
"license": "GPL 3",
"dependencies": {
"lodash": "^2.4.1"
}
}