UNPKG

1.31 kBJSONView Raw
1{
2 "name": "broccoli-typescript-compiler",
3 "version": "0.4.1",
4 "description": "A Broccoli plugin which compiles TypeScript files.",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha tests",
8 "test:debug": "mocha debug tests"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/tildeio/broccoli-typescript-compiler.git"
13 },
14 "keywords": [
15 "broccoli-plugin",
16 "compiler",
17 "TypeScript",
18 "javascript",
19 "js"
20 ],
21 "author": "Godfrey Chan <godfrey@tilde.io> (http://tilde.io/)",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/tildeio/broccoli-typescript-compiler/issues"
25 },
26 "homepage": "https://github.com/tildeio/broccoli-typescript-compiler",
27 "dependencies": {
28 "broccoli-funnel": "^0.2.3",
29 "broccoli-merge-trees": "^0.2.1",
30 "broccoli-persistent-filter": "^1.0.1",
31 "clone": "^0.2.0",
32 "findup": "^0.1.5",
33 "get-caller-file": "^1.0.1",
34 "json-stable-stringify": "^1.0.0",
35 "walk-sync": "^0.2.6"
36 },
37 "peerDependencies": {
38 "typescript": "^1.6.2 || ^1.7.0-dev || ^1.8.0-dev"
39 },
40 "devDependencies": {
41 "broccoli": "^0.16.3",
42 "broccoli-test-helpers": "0.0.8",
43 "chai": "^1.10.0",
44 "ensure-posix-path": "^1.0.1",
45 "mkdirp": "^0.5.1",
46 "mocha": "^1.21.4",
47 "rimraf": "^2.4.2"
48 }
49}