-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.47 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
{
"name": "gemtc-web",
"version": "0.4.0",
"description": "gemtc",
"main": "gemtc.js",
"scripts": {
"start": "node gemtc.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/drugis/gemtc-web.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/drugis/gemtc-web/issues"
},
"homepage": "https://github.com/drugis/gemtc-web",
"dependencies": {
"assert": "^1.4.0",
"async": "^1.2.1",
"body-parser": "^1.15.1",
"connect": "^3.3.5",
"cookie-parser": "^1.4.2",
"csurf": "^1.8.2",
"everyauth": "^0.4.9",
"express": "^4.12.4",
"express-session": "^1.11.2",
"http-status-codes": "^1.0.5",
"lodash": "^4.13.1",
"pg": "^4.5.5",
"winston": "^1.0.0"
},
"devDependencies": {
"chai": "^2.3.0",
"chai-spies": "^0.6.0",
"gulp": "^3.9.0",
"gulp-jsbeautifier": "^1.0.1",
"gulp-jshint": "^2.0.0",
"jasmine": "^2.3.1",
"jasmine-core": "^2.3.4",
"jshint": "^2.8.0",
"karma": "^0.12.36",
"karma-chrome-launcher": "^0.1.12",
"karma-coverage": "^0.3.1",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.2.0",
"karma-requirejs": "^0.2.2",
"phantomjs": "^1.9.17",
"proxyquire": "^1.5.0",
"requirejs": "^2.1.18",
"should": "^7.1.0",
"sinon": "^1.17.0",
"superagent": "^1.2.0",
"supertest": "^1.0.1"
}
}