-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (58 loc) · 1.46 KB
/
package.json
File metadata and controls
59 lines (58 loc) · 1.46 KB
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
51
52
53
54
55
56
57
58
59
{
"name": "Datsy",
"version": "0.1.0",
"description": "Datsy-API is a free, open and simple API to access and explore an ever growing number of data sets.",
"repository": {
"type": "git",
"url": "https://github.com/Datsy/datsy-api"
},
"dependencies": {
"express": "~3.4.x",
"request": "~2.27.0",
"factual-api": "~1.0.6",
"pg": "~2.8.3",
"node-fs": "~0.1.7",
"csv": "~0.3.6",
"jade": "*",
"passport": "*",
"passport-local": "*",
"connect-flash": "*",
"email-templates": "0.0.5",
"nodemailer": "0.3.x",
"password-hash": "*",
"q": "*",
"underscore": "1.5.x",
"mailcomposer": "*",
"simplesmtp": "*",
"jugglingdb": "0.2.x",
"jugglingdb-postgres": "git://github.com/bradfordh/postgres-adapter.git#master",
"knex": "~0.4.13",
"azure": "~0.7.17",
"binary-csv": "~0.1.6",
"hat": "0.0.x",
"jQuery": "1.7.4",
"ping": "0.1.x"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jshint": "~0.7.2",
"grunt-express-server": "~0.4.5",
"grunt-nodemon": "~0.1.2",
"grunt-mocha-cov": "0.0.7",
"grunt-shell": "~0.5.0",
"grunt-env": "~0.4.0",
"mocha": "~1.13.0",
"chai": "~1.8.1",
"coveralls": "~2.3.0",
"mocha-lcov-reporter": "0.0.1",
"superagent": "*",
"expect.js": "*",
"phantom": "0.5.4",
"scraper": "0.0.9",
"should": "*"
},
"scripts": {
"test": "grunt travis"
}
}