es.shim/package.json

17 lines
333 B
JSON
Raw Normal View History

2017-02-28 00:54:18 +08:00
{
"name": "es.shim",
2018-07-02 14:47:23 +08:00
"version": "1.1.2",
2017-02-28 00:54:18 +08:00
"description": "Some shim api that let you can use in all node.js environment",
"keyworks": [
"es5",
"es6",
"polyfill",
"extend",
"shim"
],
"main": "index.js",
2017-02-28 00:54:18 +08:00
"repository": "https://github.com/yutent/es.shim.git",
"author": "yutent",
"license": "MIT"
}