-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
41 lines (41 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "extendscript-es5-shim",
"version": "0.3.1",
"description": "a collection of useful es5-shims for Extendscript",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest",
"bundle": "node bin/concat.js",
"build": "npm run bundle",
"prepack": "npm run bundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExtendScript/extendscript-es5-shim.git"
},
"keywords": [
"Extendscript",
"ES5",
"shim",
"sham",
"prototype"
],
"contributors": [
"Fabian Morón Zirfas <fabian.moron.zirfas@gmail.com> (http://fabianmoronzirfas.me)",
"EugenTepin",
"MrSpoocy (https://github.com/MrSpoocy)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ExtendScript/extendscript-es5-shim/issues"
},
"homepage": "https://github.com/ExtendScript/extendscript-es5-shim#readme",
"devDependencies": {
"all-contributors-cli": "6.18.0",
"cat": "^0.2.0",
"jest": "26.5.0"
},
"dependencies": {},
"author": "Fabian Morón Zirfas <fabian.moron.zirfas@gmail.com> (http://fabianmoronzirfas.me)"
}