forked from okfn/opendatasurvey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 917 Bytes
/
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
{
"name": "opendatacensus",
"version": "0.1.0",
"author": "Open Knowledge Foundation",
"repository": {
"type": "git",
"url": "https://github.com/okfn/opendatacensus"
},
"license": "MIT",
"dependencies": {
"express": "3.x",
"nunjucks": "0.1.8",
"marked": "",
"csv": "0.3.6",
"request": "",
"underscore": "",
"nconf": "",
"connect-flash": "",
"compression": "1.0.9",
"q": "0.9.x",
"google-spreadsheet": "0.2.7",
"scrypt": "~1.7.4",
"passport": "",
"passport-google-oauth": "",
"i18n-abide": "~0.0.22",
"moment": "~2.5.1"
},
"devDependencies": {
"colors": "",
"execSync": "",
"supertest": "",
"mocha": "",
"sinon": "",
"optimist": "~0.6.1"
},
"engines": {
"node": "0.10.17",
"npm": ""
},
"scripts": {
"test": "mocha tests --patient",
"postinstall": "compile-json locale i18n"
}
}