This repository has been archived by the owner on Jan 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
97 lines (97 loc) · 2.51 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "opentrials-ebola",
"private": true,
"version": "0.0.1",
"description": "A prototype app for the Open Trials Ebola subproject.",
"keywords": [
"bad pharma",
"open data",
"open trials"
],
"main": "prototype/index.js",
"dependencies": {
"bluebird": "^2.9.31",
"body-parser": "^1.14.0",
"cookie-parser": "^1.4.0",
"cookie-session": "^1.2.0",
"csv": "^0.4.5",
"express": "^4.13.1",
"google-auth-library": "^0.9.8",
"googleapis": "^12.4.0",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"moment": "^2.17.1",
"nconf": "^0.8.0",
"nunjucks": "^2.0.0",
"request": "^2.63.0",
"require-dir": "^0.3.0",
"smooth-scroll": "git+https://github.com/cferdinandi/smooth-scroll.git"
},
"devDependencies": {
"browser-sync": "^2.8.2",
"browserify": "^10.2.0",
"chai": "^2.3.0",
"coveralls": "^2.11.12",
"faker": "^3.0.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.5.2",
"gulp-file": "^0.2.0",
"gulp-insert": "^0.5.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.0.5",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"istanbul": "^0.3.21",
"jscs": "^2.1.1",
"mocha": "^2.3.3",
"mocha-lcov-reporter": "^1.2.0",
"resolve": "^1.1.6",
"uglify-js": "^2.4.21",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1",
"xunit-file": "0.0.7",
"zombie": "^4.1.0"
},
"engines": {
"node": "^6.9.4",
"npm": "^3.10.0"
},
"scripts": {
"build": "gulp",
"config": "less config.json",
"coverage": "istanbul cover _mocha -- tests --recursive --reporter=xunit-file",
"develop": "WATCH=true gulp & npm start",
"frontend": "gulp app.styles app.scripts && npm start",
"watch": "gulp watch & npm start",
"review": "jscs app",
"start": "node server.js",
"test": "mocha --recursive tests"
},
"author": {
"name": "Open Knowledge",
"email": "[email protected]",
"url": "https://okfn.org/"
},
"contributors": [
{
"name": "Paul Walsh",
"email": "[email protected]",
"url": "http://pwalsh.me/"
},
{
"name": "Evgeny Karev",
"email": "[email protected]"
}
],
"homepage": "http://opentrials.net/",
"bugs": "https://github.com/opentrials/tracker-ebola/issues",
"repository": {
"type": "git",
"url": "https://github.com/opentrials/tracker-ebola.git"
},
"license": "MIT"
}