-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 723 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 723 Bytes
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
{
"name": "browserify-extendscript",
"version": "0.1.0",
"description": "Enables Browsefify to work with Adobe ExtendScript",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"browserify-plugin",
"extendscript",
"adobe",
"illustrator",
"indesign",
"photoshop"
],
"author": "Daniel Moore <polaris@northhorizon.net>",
"license": "MIT",
"dependencies": {
"underscore": "~1.6.0",
"insert-module-globals": "~5.0.1",
"browser-pack": "~2.0.1"
},
"peerDependencies": {
"browserify": "3.x"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.18.2",
"sinon": "~1.9.1",
"sinon-chai": "~2.5.0",
"browserify": "3.x"
}
}