Apply babel for es6 on nodejs v0.10
authoryons.kim <yons.kim@samsung.com>
Fri, 13 Nov 2015 05:15:49 +0000 (14:15 +0900)
committerjh5.cho <jh5.cho@samsung.com>
Fri, 13 Nov 2015 05:30:28 +0000 (14:30 +0900)
commitc6d6c12a20679a598a3f60b513e60bb296996a46
treeb7c78fbc1def512bf19d4994e7e43adb3cc6bca4
parent26c01111e0d21e02b77abfa55090b68276fafd03
Apply babel for es6 on nodejs v0.10

Current apm's nodejs version is 0.10. Until now, this program uses
very higher nodejs's version(4.2.1). To lower this and not modify code,
add babel & preset for es6.

Change-Id: I6b51d700e43bcd4a4f5464782141b0870c88d54a
.gitignore [new file with mode: 0644]
jsn-cli/bin/jsn-cli
jsn-cli/lib/cli.js
jsn-cli/package.json [changed mode: 0755->0644]