Skip to content

Commit d072e24

Browse files
author
hs
committed
first commit
0 parents  commit d072e24

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

package.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"name": "hsosaes6",
3+
"version": "1.0.0",
4+
"main": "./index.js",
5+
"types": "./index.d.ts",
6+
"keywords": [
7+
"osa",
8+
"osx",
9+
"es6",
10+
"javascript",
11+
"applescript",
12+
"osascript",
13+
"automation",
14+
"mac"
15+
],
16+
"description": "Helpful Scripts OSA automation via Javascript",
17+
"homepage": "https://helpfulscripts.github.io/hsOsaES6/indexGH.html#!/api/hsOsaES6/0",
18+
"author": {
19+
"name": "masterscripter",
20+
"email": "[email protected]"
21+
},
22+
"scripts": {
23+
"build": "grunt travis",
24+
"test": "grunt test"
25+
},
26+
"engines": {
27+
"node": ">= 0.10.0"
28+
},
29+
"plugins": [],
30+
"devDependencies": {
31+
"@types/node": "^7.0.66",
32+
"grunt": "^1.0.3",
33+
"grunt-contrib-clean": "^1.0.0",
34+
"grunt-contrib-concat": "^1.0.1",
35+
"grunt-contrib-copy": "^1.0.0",
36+
"grunt-contrib-less": "^2.0.0",
37+
"grunt-contrib-uglify": "^2.0.0",
38+
"grunt-contrib-watch": "^1.1.0",
39+
"grunt-ts": "^6.0.0-beta.19",
40+
"grunt-tslint": "^4.0.1",
41+
"grunt-typedoc": "^0.2.4",
42+
"grunt-webpack": "^3.1.2",
43+
"tslint": "^4.5.1",
44+
"typedoc": "^0.11.1",
45+
"typescript": "^2.9.2",
46+
"uglifyjs-webpack-plugin": "^1.2.5",
47+
"webpack": "^4.14.0"
48+
},
49+
"dependencies": {
50+
}
51+
}

0 commit comments

Comments
 (0)