forked from mozilla/thimble.mozilla.org
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
69 lines (69 loc) · 1.88 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
{
"name": "thimble",
"version": "1.0.95",
"private": true,
"engines": {
"node": "0.12.4"
},
"dependencies": {
"async": "0.2.7",
"body-parser": "^1.13.1",
"bower": "1.3.8",
"compression": "^1.5.0",
"cookie-parser": "^1.3.5",
"cookie-session": "^1.1.0",
"cryptr": "^1.0.0",
"csurf": "^1.8.3",
"express": "^4.13.0",
"form-data": "^0.2.0",
"habitat": "3.1.2",
"helmet": "0.9.1",
"hood": "0.2.1",
"htmlsanitizer": "0.0.2",
"knox": "0.8.9",
"less-middleware": "2.0.1",
"makeapi-client": "0.5.30",
"messina": "0.1.1",
"morgan": "^1.6.0",
"mox-server": "git://github.com/Pomax/mox-server",
"multer": "^1.0.1",
"newrelic": "1.5.5",
"node-statsd": "0.0.7",
"noxmox": "0.2.4",
"nunjucks": "1.3.4",
"request": "2.21.0",
"serve-favicon": "^2.3.0",
"slowparse": "1.1.3",
"uslug": "1.0.3",
"webmaker-auth": "1.0.3",
"webmaker-download-locales": "0.2.5",
"webmaker-i18n": "0.3.25",
"webmaker-locale-mapping": "0.0.5",
"webmaker-translation-stats": "0.0.1"
},
"devDependencies": {
"browserify": "^10.2.4",
"grunt": "~0.4.1",
"grunt-browserify": "^3.8.0",
"grunt-contrib-csslint": "0.1.2",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-execute": "0.1.5",
"grunt-git": "^0.3.4",
"grunt-lesslint": "^1.1.14",
"grunt-npm": "git://github.com/sedge/grunt-npm.git#branchcheck",
"grunt-update-submodules": "^0.4.1",
"jit-grunt": "^0.9.1",
"jsdom": "0.10.1",
"time-grunt": "^1.2.1"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install && npm run download-locales",
"download-locales": "webmaker-download-locales thimble",
"test": "grunt",
"start": "node app.js"
}
}