forked from mozilla/zamboni
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1009 Bytes
/
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
{
"name": "zamboni",
"version": "0.0.2",
"private": true,
"engines": {
"node": ">= 0.10.x",
"npm": ">= 1.1.x"
},
"dependencies": {
"acorn": "0.4.0",
"clean-css": "2.0.x",
"commonplace": "0.2.4",
"stylus": "0.32.x",
"uglify-js": "2.4.x"
},
"commonplaceDependencies": {
"git://github.com/mozilla/fireplace.git": {
"symlinks": {"src/media": "media/fireplace"},
"name": "fireplace"
},
"git://github.com/mozilla/rocketfuel.git": {
"symlinks": {"src/media": "media/rocketfuel"},
"name": "rocketfuel"
},
"git://github.com/mozilla/commbadge.git": {
"symlinks": {"src/media": "media/commbadge"},
"name": "commbadge"
},
"git://github.com/mozilla/marketplace-stats.git": {
"symlinks": {"src/media": "media/marketplace-stats"},
"name": "marketplace-stats"
},
"git://github.com/mozilla/transonic.git": {
"symlinks": {"src/media": "media/transonic"},
"name": "transonic"
}
}
}