-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.57 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.57 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
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
{
"name": "ResourceProjects.org",
"version": "0.0.1",
"description": "Fronted for the resourceprojcects.org frontend",
"main": "server.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/NRGI/ResourceProjects.org.git"
},
"author": "Chris Perry",
"license": "MIT",
"bugs": {
"url": "https://github.com/NRGI/ResourceProjects.org/issues"
},
"homepage": "https://github.com/NRGI/ResourceProjects.org",
"dependencies": {
"async": "^1.5.2",
"aws-sdk": "^2.1.24",
"body-parser": "^1.9.2",
"bootstrap": "^3.3.1",
"connect-mongo": "~2.0.1",
"cookie-parser": "^1.3.3",
"cors": "^2.7.1",
"countrycodes": "0.0.5",
"csv": "^1.1.0",
"csv-parse": "^1.1.0",
"express": "^4.10.2",
"express-session": "^1.9.1",
"forever": "~0.15.1",
"fuse.js": "^2.2.0 ",
"google-spreadsheet": "^2.0.3",
"i18n-iso-countries": "~0.14.1 ",
"jade": "^1.7.0",
"just.randomstring": "^0.1.1",
"moment": "^2.12.0",
"mongoose": "4.11.14",
"mongoose-deep-populate": "~3.0.0",
"mongoose-history": "^0.4.2",
"mongoose-html-2": "^0.1.1",
"mongoose-search-plugin": "^0.1.2",
"morgan": "^1.5.0",
"newrelic": "^1.20.2",
"node-mandrill": "^1.0.1",
"passport": "~0.3.2",
"passport-local": "^1.0.0",
"request": "^2.69.0",
"s3": "^4.3.1",
"stylus": "~0.54.5",
"superagent": "~2.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"angular-nvd3": "^1.0.7",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.2",
"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.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-css": "^0.5.4",
"grunt-es6-transpiler": "^1.0.2",
"grunt-filerev": "^2.3.1",
"grunt-ngmin": "0.0.3",
"grunt-usemin": "^3.1.1",
"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-jade-preprocessor": "0.0.11",
"karma-junit-reporter": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-phantomjs-launcher": "1.0.2",
"karma-safari-launcher": "^1.0.0",
"load-grunt-tasks": "^3.5.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "==2.1.7",
"protractor": "^3.3.0"
}
}