This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 116
/
package.json
141 lines (141 loc) · 3.32 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "butter",
"version": "2.1.41",
"author": "The Mozilla Popcorn Team <dev-popcorn@lists.mozilla.org>",
"description": "The Popcorn authoring tool",
"contributors": [
{
"name": "Brett Gaylor",
"email": "brett@mozillafoundation.org "
},
{
"name": "Bobby Richter",
"email": "secretrobotron@gmail.com"
},
{
"name": "David Seifried",
"email": "david.c.seifried@gmail.com"
},
{
"name": "Christopher De Cairos",
"email": "chris@chrisdecairos.ca"
},
{
"name": "Matthew Schranz",
"email": "schranz.m@gmail.com"
},
{
"name": "Jon Buckley",
"email": "jon@jbuckley.ca"
},
{
"name": "Scott Downe",
"email": "scott.downe@gmail.com"
},
{
"name": "Mohammed Buttu",
"email": "mohammedbuttu@gmail.com"
},
{
"name": "Kate Hudson",
"email": "katehudsondesign@gmail.com"
},
{
"name": "Ben Moskowitz",
"email": "benrito@gmail.com"
},
{
"name": "David Humphrey",
"email": "david.humphrey@senecacollege.ca"
},
{
"name": "Jeremy Banks",
"email": "jeremy@jeremybanks.ca"
},
{
"name": "Brian Chirls",
"email": "brian@chirls.com"
},
{
"name": "James Burke",
"email": "jrburke@gmail.com"
},
{
"name": "Robert Stanica",
"email": "robertstanica@gmail.com"
},
{
"name": "Chris Appleton",
"email": "christopher@mozillafoundation.org"
},
{
"name": "Cory Shaw",
"email": "c@ocupop.com"
},
{
"name": "Michael Nieling",
"email": "m@ocupop.com"
},
{
"name": "Ali Al Dallal",
"email": "ali@alicoding.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mozilla/butter.git"
},
"dependencies": {
"async": "0.9.0",
"bower": "1.3.8",
"express": "3.4.5",
"helmet": "0.1.2",
"jshint": "1.1.0",
"knox": "0.8.3",
"less-middleware": "https://github.com/Pomax/less.js-middleware/archive/master.tar.gz",
"makeapi-client": "https://github.com/mozilla/makeapi-client/tarball/v0.5.26",
"messina": "0.1.1",
"mox-server": "https://github.com/Pomax/mox-server/archive/master.tar.gz",
"multiparty": "3.2.8",
"mysql": "2.0.0-alpha8",
"nconf": "0.6.7",
"newrelic": "1.5.5",
"node-uuid": "1.4.0",
"noxmox": "0.2.4",
"nunjucks": "0.1.10",
"requirejs-middleware": "0.1.2",
"rtltr-for-less": "0.0.7",
"sequelize": "^1.7.8",
"webmaker-auth": "^1.0.2",
"webmaker-download-locales": "0.2.5",
"webmaker-i18n": "0.3.20",
"webmaker-locale-mapping": "0.0.5",
"webmaker-mediasync": "0.1.32",
"webmaker-translation-stats": "0.0.1",
"webmaker-user-client": "0.0.2"
},
"optionalDependencies": {
"node-statsd": "0.0.7",
"sqlite3": "2.1.17"
},
"devDependencies": {
"awsbox": "0.4.2",
"grunt": "0.4.2",
"grunt-contrib-jshint": "0.4.3",
"grunt-cssjanus": "0.2.2",
"grunt-string-replace": "0.2.7",
"grunt-lint5": "^0.3.1",
"grunt-lesslint": "1.1.13",
"supertest": "0.5.1",
"tap": "0.4.0"
},
"scripts": {
"test": "grunt",
"postinstall": "bower install",
"download-locales": "webmaker-download-locales popcorn"
},
"license": "MIT",
"engines": {
"node": ">=0.10"
}
}