forked from mozilla/butter
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
114 lines (114 loc) · 2.41 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
{
"name": "butter",
"version": "1.0.8",
"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"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mozilla/butter.git"
},
"dependencies": {
"shelljs": "~0.0.9",
"jshint": "~0.9.1",
"requirejs": "2.0.6",
"express": "~3.0.4",
"jade": "~0.27.7",
"express-persona": "~0.0.7",
"config": "~0.4.18",
"sqlite3": "~2.1.5",
"sequelize": "~1.5.0",
"client-sessions": "0.0.9",
"csslint": "0.9.9",
"uglify-js": "~2.2.2",
"less": "~1.3.1",
"less-middleware": "~0.1.9",
"knox": "~0.4.4",
"node-uuid": "~1.4.0",
"raven": "~0.4.5"
},
"devDependencies": {
"tap": "~0.3.3",
"supertest": "~0.5.1"
},
"scripts": {
"test": "./node_modules/.bin/tap cornfield/test/*.test.js"
},
"license": "MIT",
"engine": {
"node": ">=0.8"
}
}