forked from mozilla/goggles.mozilla.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 1.13 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
{
"name": "goggles.webmaker.org",
"version": "1.0.3",
"description": "A node version of the X-ray Goggles",
"private": true,
"scripts": {
"postinstall": "bower install"
},
"dependencies": {
"async": "0.2.9",
"bower": "1.2.3",
"express": "3.2.0",
"glob": "3.2.3",
"habitat": "0.4.1",
"helmet": "0.0.11",
"htmlsanitizer": "0.0.2",
"node-webmaker-i18n": "https://github.com/mozilla/node-webmaker-i18n/archive/v0.3.2.tar.gz",
"knox": "0.8.5",
"makeapi-client": "https://github.com/mozilla/makeapi-client/tarball/v0.5.12",
"less-middleware": "0.1.12",
"mox-server": "https://github.com/Pomax/mox-server/archive/master.tar.gz",
"newrelic": "1.1.1",
"node-statsd": "0.0.7",
"noxmox": "0.2.4",
"nunjucks": "0.1.10",
"sequelize": "1.6.0",
"webmaker-loginapi": "https://github.com/mozilla/node-webmaker-loginapi/tarball/v0.1.18"
},
"optionalDependencies": {
"mysql": "2.0.0-alpha7",
"sqlite3": "2.1.17"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-csslint": "~0.1.2",
"grunt-recess": "0.3.3",
"grunt-contrib-jshint": "~0.4.3"
}
}