main
Last change
on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago |
Pred finalna verzija
|
-
Property mode
set to
100644
|
File size:
433 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "babel",
|
---|
3 | "version": "6.23.0",
|
---|
4 | "description": "Turn ES6 code into readable vanilla ES5 with source maps",
|
---|
5 | "author": "Sebastian McKenzie <sebmck@gmail.com>",
|
---|
6 | "homepage": "https://babeljs.io/",
|
---|
7 | "license": "MIT",
|
---|
8 | "repository": "https://github.com/babel/babel/tree/master/packages/babel",
|
---|
9 | "bin": {
|
---|
10 | "babel": "./lib/cli.js",
|
---|
11 | "babel-node": "./lib/cli.js",
|
---|
12 | "babel-external-helpers": "./lib/cli.js"
|
---|
13 | }
|
---|
14 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.