Files
chromebrew/packages/node.rb
2021-03-20 15:59:01 -04:00

14 lines
336 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'
license 'Apache-1.1, Apache-2.0, BSD, BSD-2 and MIT'
compatibility 'all'
is_fake
depends_on 'nodebrew'
end