UNPKG

1.26 kBJSONView Raw
1{
2 "name": "csproj2ts",
3 "version": "1.1.0",
4 "description": "Library to parse TypeScript config info from a Visual Studio Project file",
5 "main": "csproj2ts.js",
6 "dependencies": {
7 "es6-promise": "^4.1.1",
8 "lodash": "^4.17.4",
9 "semver": "^5.4.1",
10 "xml2js": "^0.4.19"
11 },
12 "devDependencies": {
13 "@types/lodash": "^4.14.80",
14 "@types/node": "^8.0.47",
15 "@types/nodeunit": "0.0.30",
16 "@types/semver": "^5.4.0",
17 "@types/xml2js": "^0.4.0",
18 "grunt": "^1.0.1",
19 "grunt-contrib-nodeunit": "^1.0.0",
20 "grunt-run": "^0.6.0",
21 "grunt-ts": "^6.0.0-beta.16",
22 "typescript": "^2.5.3"
23 },
24 "scripts": {
25 "test": "grunt test",
26 "build": "grunt default",
27 "demo": "grunt demo"
28 },
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/TypeStrong/csproj2ts.git"
32 },
33 "keywords": [
34 "typescript",
35 "tsc",
36 "visual",
37 "studio",
38 "csproj",
39 "vbproj"
40 ],
41 "author": "Steve Ognibene",
42 "maintainers": [
43 {
44 "name": "nycdotnet",
45 "email": "steve.ognibene@outlook.com"
46 }
47 ],
48 "license": "MIT",
49 "bugs": {
50 "url": "https://github.com/TypeStrong/csproj2ts/issues"
51 },
52 "homepage": "https://github.com/TypeStrong/csproj2ts",
53 "typings": "csproj2ts.d.ts"
54}