forked from mozilla/butter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 1.83 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
{
"name": "butter",
"version": "0.5.2",
"author": "The Mozilla Popcorn Team <dev-popcorn@lists.mozilla.org>",
"description": "The Popcorn authoring tool",
"contributors": [
{
"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"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mozilla/butter.git"
},
"dependencies": {
"shelljs": "0.0.x",
"jshint": "0.6.x",
"requirejs": "2.0.x",
"express": "2.5.x",
"jade": "0.26.x",
"express-browserid": "0.0.x",
"config": "0.4.x",
"mongoose": "2.5.x",
"connect-mongo": "0.1.x",
"csslint": "0.9.x",
"uglify-js": "1.3.x",
"less": "1.3.x",
"less-middleware": "0.1.x"
},
"license": "MIT",
"engine": {
"node": ">=0.6"
}
}