-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (31 loc) · 952 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
{
"name": "gemstone-config-tslint",
"homepage": "http://github.com/gemstonejs/gemstone-config-tslint",
"description": "TSLint Configuration for TypeScript files in Gemstone Technology Stack",
"version": "0.9.25",
"license": "Apache-2.0",
"author": {
"name": "Gemstone Project",
"url": "http://gemstonejs.com"
},
"keywords": [
"gemstone", "tslint", "config", "typescript"
],
"repository": {
"type": "git",
"url": "git://github.com/gemstonejs/gemstone-config-tslint.git"
},
"bugs": {
"url": "http://github.com/gemstonejs/gemstone-config-tslint/issues"
},
"peerDependencies": {
"tslint": "5.20.1",
"typescript": "3.7.4"
},
"dependencies" : {
},
"engines": {
"node": ">=8.0.0"
},
"main": "./tslint.json"
}