summaryrefslogtreecommitdiff
path: root/strata/nodejs.morph
blob: b7e19b6be2b158c5ca9150cb12812c8e742a411d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: nodejs
kind: stratum
description: Stratum for nodejs related stuff
build-depends:
- morph: strata/core.morph
chunks:
- name: node
  repo: upstream:node
  ref: cc56c62ed879ad4f93b1fdab3235c43e60f48b7e
  unpetrify-ref: v0.10.26
  build-depends: []
- name: node-async
  morph: strata/nodejs/node-async.morph
  repo: https://github.com/caolan/async
  ref: master
  build-depends:
    - node
- name: node-yamljs
  morph: strata/nodejs/node-yamljs.morph
  repo: https://github.com/jeremyfa/yaml.js
  ref: master
  build-depends:
    - node