-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 927 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
40
41
{
"name": "ps-util-is",
"version": "1.0.1",
"description": "This module copies functionality of core-util-is v1.0.2 for ExtendScript.",
"main": "index.js",
"scripts": {
"watch": "node ./utils/watch.js",
"test": "mocha"
},
"author": "Eugen Tepin",
"repository": {
"type": "git",
"url": "https://github.com/EugenTepin/ps-util-is"
},
"keywords": [
"Photoshop scripting",
"Adobe scripting",
"ExtendScript",
"isArray",
"isNumber",
"isString",
"isRegExp",
"isThis",
"isThat",
"polyfill"
],
"bugs": {
"url": "https://github.com/EugenTepin/ps-util-is/issues"
},
"homepage": "https://github.com/EugenTepin/ps-util-is",
"license": "MIT",
"devDependencies": {
"browserify": "^16.2.2",
"chai": "^4.1.2",
"core-util-is": "1.0.2",
"jsonfile": "^4.0.0",
"mocha": "^5.2.0",
"mustache": "^2.3.0",
"watchify": "^3.11.0"
}
}