-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "GBIF-API",
"version": "1.0.0",
"description": "Scrapping data from GBIF API",
"main": "app/scripts/main.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/simbiotica/gbif-api.git"
},
"author": "Simbiotica <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/simbiotica/gbif-api/issues"
},
"homepage": "https://github.com/simbiotica/gbif-api",
"dependencies": {
"body-parser": "^1.9.0",
"cookie-parser": "^1.3.3",
"debug": "^2.1.0",
"express": "^4.9.8",
"express-session": "^1.9.1",
"jade": "^1.7.0",
"json2csv": "^2.2.1",
"node-fs": "^0.1.7",
"request": "^2.47.0",
"simply-deferred": "^3.0.0",
"underscore": "^1.7.0"
},
"devDependencies": {
"fluidity": "^0.2.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-stylus": "^0.20.0",
"grunt-contrib-symlink": "^0.3.0",
"grunt-contrib-watch": "^0.6.1",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^0.6.0",
"stylus": "^0.49.2",
"time-grunt": "^1.0.0"
}
}