UNPKG

984 BJSONView Raw
1{
2 "name": "ts-compiler",
3 "version": "1.0.0",
4 "description": "TypeScript compilation via the typescript-api",
5 "main": "tsc.js",
6 "scripts": {
7 "test": "grunt test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/jedmao/ts-compiler.git"
12 },
13 "keywords": [
14 "typescript",
15 "compiler",
16 "language",
17 "microsoft"
18 ],
19 "author": "Jed Mao <jed.hunsaker+npm@gmail.com>",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/jedmao/ts-compiler/issues"
23 },
24 "homepage": "https://github.com/jedmao/ts-compiler",
25 "dependencies": {
26 "typescript": "~0.9.5",
27 "typescript-api": "~0.9.5"
28 },
29 "devDependencies": {
30 "chai": "~1.8.1",
31 "grunt": "~0.4.2",
32 "grunt-contrib-clean": "~0.5.0",
33 "grunt-contrib-watch": "~0.5.3",
34 "grunt-mocha-test": "~0.8.1",
35 "grunt-typescript": "~0.2.7",
36 "mocha": "~1.17.0",
37 "sinon": "~1.7.3",
38 "sinon-chai": "~2.4.0"
39 },
40 "engines": {
41 "node": ">=0.10.24"
42 }
43}