[Service] Integrate DeviceHome and SignalingServer
[platform/framework/web/wrtjs.git] / device_home / node_modules / jake / README.md
1 ### Jake -- the JavaScript build tool for Node.js
2
3 [![Build Status](https://travis-ci.org/jakejs/jake.svg?branch=master)](https://travis-ci.org/jakejs/jake)
4
5 Documentation site at [http://jakejs.com](http://jakejs.com/)
6
7 ### Contributing
8 1. [Install node](http://nodejs.org/#download).
9 2. Clone this repository `$ git clone git@github.com:jakejs/jake.git`.
10 3. Install dependencies `$ npm install`.
11 4. Run tests with `$ npm test`.
12 5. Start Hacking!
13
14 ### License
15
16 Licensed under the Apache License, Version 2.0
17 (<http://www.apache.org/licenses/LICENSE-2.0>)