forked from oeb25/typescript-brunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 933 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
36
37
38
39
40
41
42
43
44
{
"name": "typescript-brunch",
"version": "2.3.0",
"description": "Adds TypeScript support to Brunch.",
"author": "Baptiste Donaux <[email protected]>",
"contributors": [
"Colin Bate <[email protected]>"
],
"homepage": "https://github.com/brunch/typescript-brunch",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/brunch/typescript-brunch.git"
},
"main": "./index.js",
"files": [
"*.js"
],
"bugs": {
"url": "https://github.com/brunch/typescript-brunch/issues"
},
"scripts": {
"test": "eslint ."
},
"keywords": [
"typescript",
"brunch",
"tsc"
],
"license": "MIT",
"dependencies": {
"anymatch": "^1.3.0"
},
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-brunch": "^1.0.0"
},
"peerDependencies": {
"brunch": "^2.2.0",
"typescript": "^2.0.0"
},
"eslintConfig": {
"extends": "brunch"
}
}