This repository has been archived by the owner on Jul 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 99
/
package.json
74 lines (74 loc) · 2.17 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
{
"name": "webmaker.org",
"version": "1.1.158",
"scripts": {
"test": "grunt validate",
"start": "grunt dev",
"postinstall": "bower install && grunt build",
"download-locales": "webmaker-download-locales webmaker"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/webmaker.org.git"
},
"license": "MPL-2.0",
"dependencies": {
"async": "0.2.9",
"badgekit-api-client": "https://github.com/mozilla/badgekit-api-client/tarball/v0.2.4",
"bower": "1.3.8",
"commander": "2.0.x",
"csv": "0.3.x",
"express": "3.4.5",
"grunt": "0.4.2",
"grunt-cli": "0.1.13",
"grunt-contrib-uglify": "^0.4.0",
"habitat": "0.4.1",
"hatchet": "0.1.0",
"helmet": "0.1.2",
"hood": "0.2.1",
"jit-grunt": "^0.7.0",
"knox": "0.8.x",
"less-middleware": "0.1.15",
"makeapi-client": "0.5.25",
"mapquest": "0.0.1",
"markdown": "0.4.x",
"messina": "0.1.1",
"moment": "2.2.1",
"mox-server": "https://github.com/Pomax/mox-server/archive/master.tar.gz",
"mysql": "2.0.x",
"newrelic": "1.8.0",
"noxmox": "0.2.x",
"nunjucks": "1.0.5",
"prerender-node": "1.0.4",
"proxy-middleware": "0.5.0",
"sequelize": "1.7.0-rc1",
"sqlite3": "^3.0.5",
"time-grunt": "^0.3.1",
"uuid": "1.4.x",
"web-literacy-client": "1.1.1",
"webmaker-auth": "1.0.2",
"webmaker-download-locales": "0.1.3",
"webmaker-i18n": "0.3.25",
"webmaker-locale-mapping": "0.0.5",
"webmaker-loginapi": "https://github.com/mozilla/node-webmaker-loginapi/tarball/v0.1.18",
"webmaker-postalservice": "https://github.com/mozilla/node-webmaker-postalservice/tarball/v0.2.6",
"webmaker-translation-stats": "0.0.1"
},
"devDependencies": {
"colors": "0.6.2",
"grunt-angular-i18n-finder": "0.0.7",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-imagemin": "0.3.0",
"grunt-contrib-jshint": "0.7.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.4.13",
"grunt-gettext-finder": "0.0.2",
"grunt-jsbeautifier": "0.2.2",
"grunt-jscs": "1.5.0",
"grunt-jsonlint": "^1.0.4",
"grunt-shell": "0.6.1"
},
"engines": {
"node": "0.10.x"
}
}