-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 2.7 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
{
"name": "rgi-assessment-tool",
"version": "1.0.0",
"description": "Assessment tool for the yearly Resource Governance Index",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
"webdriver-manager-update": "./node_modules/protractor/bin/webdriver-manager update"
},
"repository": {
"type": "git",
"url": "https://github.com/NRGI/rgi-assessment-tool.git"
},
"author": "Chris Perry",
"license": "MIT",
"bugs": {
"url": "https://github.com/NRGI/rgi-assessment-tool/issues"
},
"homepage": "https://github.com/NRGI/rgi-assessment-tool",
"dependencies": {
"async": "^1.5.2",
"aws-sdk": "^2.1.24",
"body-parser": "^1.9.2",
"bootstrap": "^3.3.1",
"bunyan": "^1.8.3",
"bunyan-mongodb-stream": "0.0.3",
"bunyan-slack": "0.0.10",
"connect-mongo": "~1.2.0",
"connect-multiparty": "~2.0.0",
"cookie-parser": "^1.3.3",
"countrycodes": "0.0.5",
"express": "^4.10.2",
"express-session": "^1.9.1",
"forever": "~0.15.1",
"html-entities": "^1.2.0",
"jade": "^1.7.0",
"mime": "^1.3.4",
"mongoose": "4.7.6",
"mongoose-history": "^0.4",
"mongoose-html-2": "^0.1.1",
"mongoose-validate": "0.0.5",
"morgan": "^1.5.0",
"newrelic": "^1.20.2",
"node-mandrill": "^1.0.1",
"passport": "~0.3.2",
"passport-local": "^1.0.0",
"request": "^2.55.0",
"s3": "^4.3.1",
"striptags": "2.1.1",
"stylus": "~0.54.5",
"underscore": "^1.8.3",
"winston": "^2.2.0",
"winston-papertrail": "^1.0.3"
},
"devDependencies": {
"async": "^1.5.2",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-express-server": "^0.5.3",
"grunt-karma": "^2.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-ng-annotate": "^2.0.2",
"grunt-protractor-runner": "^3.2.0",
"phantomjs-prebuilt": "^2.1.16",
"grunt-protractor-webdriver": "^0.2.5",
"grunt-shell": "^1.3.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"karma": "^0.13.22",
"karma-chai-plugins": "^0.7.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-htmlfile-reporter": "^0.2.2",
"karma-junit-reporter": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-phantomjs-launcher": "1.0.0",
"karma-safari-launcher": "^1.0.0",
"load-grunt-tasks": "^3.5.0",
"mocha": "^2.4.5",
"protractor": "^3.3.0",
"rewire": "^2.5.1"
}
}