forked from mozilla/thimble.mozilla.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "thimble",
"version": "1.0.66",
"private": true,
"dependencies": {
"async": "0.2.7",
"express": "3.4.5",
"habitat": "0.4.1",
"helmet": "0.1.2",
"hood": "0.2.1",
"htmlsanitizer": "0.0.2",
"knox": "0.8.9",
"makeapi-client": "https://github.com/mozilla/makeapi-client/tarball/v0.5.21",
"less-middleware": "0.1.12",
"messina": "0.1.1",
"moment": "2.2.1",
"mox-server": "https://github.com/Pomax/mox-server/archive/master.tar.gz",
"newrelic": "1.4.0",
"node-statsd": "0.0.7",
"noxmox": "0.2.4",
"nunjucks": "0.1.10",
"request": "2.21.0",
"sequelize": "1.6.0",
"uslug": "1.0.3",
"webmaker-download-locales": "0.1.2",
"webmaker-i18n": "0.3.20",
"webmaker-locale-mapping": "latest",
"webmaker-translation-stats": "0.0.1",
"webmaker-auth": "0.0.11"
},
"optionalDependencies": {
"mysql": "2.0.0-alpha7",
"sqlite3": "2.1.17"
},
"devDependencies": {
"bower": "1.2.7",
"grunt": "~0.4.1",
"grunt-contrib-csslint": "0.1.2",
"grunt-contrib-jshint": "0.4.3",
"grunt-execute": "0.1.5",
"grunt-lesslint": "1.1.0",
"jsdom": "0.10.1"
},
"scripts": {
"postinstall": "bower install",
"download-locales": "webmaker-download-locales thimble",
"test": "grunt"
}
}