-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.29 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.29 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
{
"name": "dash",
"description": "Fundraising Dashboard App",
"version": "0.0.1",
"private": true,
"repository": {
"type": "git",
"url": "https://gerrit.wikimedia.org/r/wikimedia/fundraising/dash"
},
"dependencies": {
"amdrequire": "0.0.3",
"commander": "~2.2.0",
"dotenv": "^0.4.0",
<<<<<<< HEAD
=======
"evil-dns": "0.0.2",
>>>>>>> release-2
"express": "3.x",
"gulp": "^3.8.8",
"gulp-jshint": "^1.8.4",
"gulp-rename": "^1.2.0",
"gulp-rev": "^1.1.0",
"jade": ">= 0.0.1",
"lodash": "^2.4.1",
<<<<<<< HEAD
"mysql": "^2.4.3",
"odata-parser": "~1.0.0",
"passport": "^0.2.1",
"passport-oauth": "^1.0.0",
"passport-drupal": "https://github.com/ejegg/passport-drupal/tarball/master"
=======
"memory-cache": "0.0.5",
"mysql": "^2.4.3",
"mysql-promise": "^1.3.0",
"node-syslog": "~1.1.7",
"odata-parser": "~1.0.0",
"passport": "^0.2.1",
"passport-drupal": "0.3.3",
"passport-oauth": "^1.0.0"
>>>>>>> release-2
},
"devDependencies": {
"chalk": "^0.5.1",
"deeply": "^0.1.0",
"event-stream": "^3.1.7",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.1",
"gulp-html-replace": "^1.3.0",
"gulp-replace": "^0.4.0",
"gulp-requirejs-bundler": "^0.1.1",
"gulp-uglify": "^1.0.1"
}
}