-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1009 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
{
"name": "brackets-inspection-gutters",
"version": "0.2.10",
"description": "Adds global inspection gutters to Brackets",
"keywords": [],
"homepage": "https://github.com/zaggino/brackets-inspection-gutters",
"bugs": "https://github.com/zaggino/brackets-inspection-gutters/issues",
"license": "MIT",
"author": {
"name": "Martin Zagora",
"email": "[email protected]",
"url": "https://github.com/zaggino"
},
"repository": {
"type": "git",
"url": "https://github.com/zaggino/brackets-inspection-gutters.git"
},
"scripts": {
"dev": "tsc --watch",
"test": "npm run prepublish",
"prepublish": "npm prune && npm update && npm run build && npm run lint",
"build": "rimraf ./dist && tsc",
"lint": "tslint -c tslint.json --project tsconfig.json"
},
"dependencies": {},
"devDependencies": {
"@types/jquery": "^2.0.34",
"rimraf": "^2.5.4",
"tslint": "^4.3.1",
"typescript": "^2.0.0"
},
"engines": {
"brackets": ">=1.2.0"
}
}