-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1001 Bytes
/
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
{
"name": "extendscript-es6-shim",
"version": "0.2.0",
"description": "a collection of useful es6-shims for Extendscript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"bundle": "node bin/concat.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExtendScript/extendscript-es6-shim.git"
},
"keywords": [
"Extendscript",
"ES6",
"shim",
"sham",
"prototype"
],
"contributers": [
"Fabian Morón Zirfas <fabian.moron.zirfas@gmail.com> (http://fabianmoronzirfas.me)",
"EugenTepin",
"andyinabox",
"Michael J. Ryan <tracker1@gmail.com> (https://github.com/tracker1)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ExtendScript/extendscript-es6-shim/issues"
},
"homepage": "https://github.com/ExtendScript/extendscript-es6-shim#readme",
"devDependencies": {
"cat": "^0.2.0"
},
"directories": {
"test": "test"
},
"dependencies": {}
}