17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"name": "es.shim",
|
|
"version": "1.0.0",
|
|
"description": "Some shim api that let you can use in all node.js environment",
|
|
"keyworks": [
|
|
"es5",
|
|
"es6",
|
|
"polyfill",
|
|
"extend",
|
|
"shim"
|
|
],
|
|
"main": "index.js",
|
|
"repository": "https://github.com/yutent/es.shim.git",
|
|
"author": "yutent",
|
|
"license": "MIT"
|
|
}
|