mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
12 lines
259 B
Ruby
12 lines
259 B
Ruby
require 'package'
|
|
|
|
class Node < Package
|
|
description 'As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.'
|
|
homepage 'https://nodejs.org/en/'
|
|
version '8.9.1'
|
|
|
|
is_fake
|
|
|
|
depends_on 'nodebrew'
|
|
end
|