forked from mozilla/butter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 1.73 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
{
"name": "butter",
"version": "0.5.0",
"author": "The Mozilla Popcorn Team <[email protected]>",
"description": "The Popcorn authoring tool",
"contributors": [
{
"name": "Bobby Richter",
"email": "[email protected]"
},
{
"name": "David Seifried",
"email": "[email protected]"
},
{
"name": "Christopher De Cairos",
"email": "[email protected]"
},
{
"name": "Matthew Schranz",
"email": "[email protected]"
},
{
"name": "Jon Buckley",
"email": "[email protected]"
},
{
"name": "Scott Downe",
"email": "[email protected]"
},
{
"name": "Mohammed Buttu",
"email": "[email protected]"
},
{
"name": "Kate Hudson",
"email": "[email protected]"
},
{
"name": "Ben Moskowitz",
"email": "[email protected]"
},
{
"name": "David Humphrey",
"email": "[email protected]"
},
{
"name": "Jeremy Banks",
"email": "[email protected]"
},
{
"name": "Brian Chirls",
"email": "[email protected]"
},
{
"name": "James Burke",
"email": "[email protected]"
},
{
"name": "Robert Stanica",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mozilla/butter.git"
},
"dependencies": {
"shelljs": "0.0.x",
"jshint": "0.6.x",
"requirejs": "1.0.x",
"express": "2.5.x",
"express-browserid": "0.0.x",
"config": "0.4.x",
"mongoose": "2.5.x",
"stylus": "0.25.x",
"csslint": "0.9.x"
},
"license": "MIT",
"engine": {
"node": ">=0.6"
}
}