Merge branch 'master' into kvm
[slapos.git] / stack / nodejs.cfg
1 [buildout]
2 extends =
3   ../component/nodejs/buildout.cfg
4   ../stack/shacache-client.cfg
5
6 versions = versions
7
8 find-links +=
9     http://www.nexedi.org/static/packages/source/slapos.buildout/
10
11 # Use only quite well working sites.
12 allow-hosts =
13   *.nexedi.org
14   *.python.org
15   *.sourceforge.net
16   alastairs-place.net
17   dist.repoze.org
18   effbot.org
19   github.com
20   peak.telecommunity.com
21   psutil.googlecode.com
22   www.dabeaz.com
23
24 parts =
25   eggs
26   nodejs
27   npm
28
29 [eggs]
30 recipe = zc.recipe.egg
31 eggs =
32   slapos.cookbook