forked from mozilla/webmaker.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.84 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.84 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
{
"name": "webmaker.org",
"version": "1.0.69",
"private": true,
"scripts": {
"test": "grunt validate",
"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",
"commander": "2.0.x",
"csv": "0.3.x",
"express": "3.4.5",
"habitat": "0.4.1",
"helmet": "0.1.2",
"hood": "0.2.1",
"knox": "0.8.x",
"less-middleware": "https://github.com/Pomax/less.js-middleware/archive/master.tar.gz",
"makeapi-client": "0.5.21",
"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.4.0",
"noxmox": "0.2.x",
"nunjucks": "0.1.10",
"rtltr-for-less": "0.0.6",
"sequelize": "1.7.0-rc1",
"sqlite3": "2.1.17",
"uuid": "1.4.x",
"webmaker-auth": "0.0.9",
"webmaker-download-locales": "0.1.0",
"webmaker-locale-mapping": "latest",
"webmaker-i18n": "0.3.15",
"webmaker-loginapi": "https://github.com/mozilla/node-webmaker-loginapi/tarball/v0.1.18",
"web-literacy-client": "1.1.1",
"webmaker-postalservice": "https://github.com/mozilla/node-webmaker-postalservice/tarball/v0.2.6"
},
"devDependencies": {
"colors": "0.6.2",
"bower": "1.2.7",
"grunt": "0.4.2",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.7.1",
"grunt-gettext-finder": "0.0.2",
"grunt-jsbeautifier": "0.2.2",
"grunt-contrib-imagemin": "0.3.0",
"grunt-shell": "0.6.1",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.4.13"
}
}