Skip to content

Commit d9e0244

Browse files
author
fabianmoronzirfas
committed
added package.json
1 parent 68d6622 commit d9e0244

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "extendscript-es5-shim",
3+
"version": "0.0.0",
4+
"description": "a collection of useful es5-shims for Extendscript",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/ExtendScript/extendscript-es5-shim.git"
12+
},
13+
"keywords": [
14+
"Extendscript",
15+
"ES5",
16+
"shim",
17+
"sham",
18+
"prototype"
19+
],
20+
"contributers":[
21+
"Fabian Morón Zirfas <[email protected]> (http://fabianmoronzirfas.me)",
22+
"EugenTepin"],
23+
"license": "MIT",
24+
"bugs": {
25+
"url": "https://github.com/ExtendScript/extendscript-es5-shim/issues"
26+
},
27+
"homepage": "https://github.com/ExtendScript/extendscript-es5-shim#readme"
28+
}

0 commit comments

Comments
 (0)