forked from mozilla/addons-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 900 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
{
"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",
"less": "1.3.x",
"stylus": "0.32.x",
"uglify-js": "2.4.x"
},
"commonplaceDependencies": {
"git://github.com/mozilla/fireplace.git": {
"symlinks": {"hearth/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"
}
}
}