This repository has been archived by the owner on Jul 29, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
98 lines (98 loc) · 2.48 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
98
{
"name": "pimpmycause-rebuild",
"version": "1.0.0",
"contributors": [
{
"name": "Liliana Kastilio"
},
{
"name": "Tanya Powell"
},
{
"name": "Iciar Novo"
},
{
"name": "Tzhe'ela Trooper"
},
{
"name": "Yana Bartzi"
}
],
"description": "rebuild and modernisation of pimp my cause website",
"keywords": [
"cms",
"website",
"platform"
],
"main": "./main.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./tests/*",
"coverage": "istanbul cover node_modules/.bin/_mocha",
"coveralls": "npm run-script coverage && node bin/coveralls.js < coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/womenhackfornonprofits/pimpmycause-rebuild.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/womenhackfornonprofits/pimpmycause-rebuild/issues"
},
"homepage": "https://github.com/womenhackfornonprofits/pimpmycause-rebuild#readme",
"dependencies": {
"async": "0.9.0",
"async-eventemitter": "0.2.2",
"cookies": "0.5.0",
"fakeredis": "0.3.0",
"formidable": "1.0.17",
"htmlencode": "0.0.4",
"locale": "0.0.20",
"mongodb": "2.0.33",
"node-uuid": "1.4.6",
"node.extend": "1.1.3",
"nodemailer": "1.0.0",
"npm": "5.5.0",
"process": "0.10.1",
"redis": "0.12.1",
"sanitize-html": "1.11.4",
"semver": "4.3.3",
"winston": "0.9.0"
},
"devDependencies": {
"autoprefixer": "^6.1.0",
"chai": "^3.5.0",
"codeclimate-test-reporter": "^0.3.0",
"coveralls": "^2.11.6",
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.1.3",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-coveralls": "^1.0.0",
"grunt-eslint": "^17.3.1",
"grunt-gh-pages": "^1.0.0",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-postcss": "^0.7.1",
"grunt-sass": "^1.1.0",
"grunt-ssi": "^0.2.1",
"istanbul": "^0.4.2",
"mocha": "^2.3.4",
"mocha-lcov-reporter": "0.0.1",
"pixrem": "^3.0.0",
"rucksack-css": "^0.8.5",
"should": "5.0.1",
"slick-carousel": "^1.5.9",
"pencilblue-cli": "~0.2.1",
"bower": "~1.7.9",
"mongodb": "~2.0.33"
}
}