File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " applescript-promise" ,
33 "description" : " Easily execute arbitrary AppleScript code on OS X through NodeJS with Promises." ,
4- "version" : " 0.0.5 " ,
4+ "version" : " 0.0.6 " ,
55 "author" : {
66 "name" : " Lucas Bento" ,
771010 "bugs" : " https://github.com/lucasbento/node-applescript-promise/issues" ,
1111 "dependencies" : {
1212 "applescript" : " lucasbento/node-applescript" ,
13- "babel-polyfill" : " ^6.20.0" ,
14- "jest" : " ^20.0.4"
13+ "babel-polyfill" : " ^6.20.0"
1514 },
1615 "devDependencies" : {
1716 "babel-cli" : " ^6.24.0" ,
2322 "eslint" : " ^3.19.0" ,
2423 "eslint-config-airbnb" : " ^14.1.0" ,
2524 "eslint-plugin-import" : " ^2.2.0" ,
26- "fs-extra" : " ^4.0.1"
25+ "fs-extra" : " ^4.0.1" ,
26+ "jest" : " ^20.0.4"
2727 },
2828 "homepage" : " https://github.com/lucasbento/node-applescript-promise#readme" ,
2929 "keywords" : [
3030 " apple" ,
3131 " applescript" ,
3232 " es6" ,
33+ " mac" ,
3334 " node" ,
3435 " osascript" ,
35- " promise" ,
36- " mac" ,
37- " osx"
36+ " osx" ,
37+ " promise"
3838 ],
3939 "license" : " MIT" ,
4040 "main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments