This repository has been archived by the owner on Jan 31, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 131
/
Copy pathpackage.json
119 lines (119 loc) · 2.55 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
{
"name": "butter",
"version": "1.0.33",
"author": "The Mozilla Popcorn Team <[email protected]>",
"description": "The Popcorn authoring tool",
"contributors": [
{
"name": "Brett Gaylor",
"email": "[email protected] "
},
{
"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]"
},
{
"name": "Chris Appleton",
"email": "[email protected]"
},
{
"name": "Cory Shaw",
"email": "[email protected]"
},
{
"name": "Michael Nieling",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mozilla/butter.git"
},
"dependencies": {
"async": "0.2.6",
"csslint": "0.9.10",
"express-persona": "0.0.7",
"express": "3.1.0",
"jade": "0.28.2",
"jshint": "1.1.0",
"knox": "0.7.0",
"less-middleware": "0.1.9",
"less": "1.3.3",
"nconf": "0.6.7",
"newrelic": "0.9.20",
"node-uuid": "1.4.0",
"requirejs-middleware": "0.0.5",
"sequelize": "1.6.0",
"shelljs": "0.1.2"
},
"optionalDependencies": {
"node-statsd": "git://github.com/sivy/node-statsd.git#d6997fff",
"sqlite3": "2.1.7"
},
"devDependencies": {
"awsbox": "0.4.2",
"html5-lint": "0.2.1",
"supertest": "0.5.1",
"tap": "0.4.0"
},
"scripts": {
"test": "node make check && ./node_modules/.bin/tap test/*.test.js"
},
"license": "MIT",
"engines": {
"node": ">=0.8",
"npm": ">=1.1"
}
}