-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (21 loc) · 767 Bytes
/
package.json
File metadata and controls
39 lines (21 loc) · 767 Bytes
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
{
"name" : "typescript.api",
"version" : "0.7.7",
"description" : "A compiler as a service api enabling nodejs developers to programatically resolve, compile, reflect and run typescript 0.9 source files in memory.",
"main" : "index.js",
"directories" : { },
"dependencies" : {"typescript": "0.9.1-1"},
"devDependencies" : {},
"scripts" : {},
"repository": {
"type" : "git",
"url" : "https://github.com/sinclairzx81/typescript.api.git"
},
"keywords": [ "typescript", "compiler", "require", "reflect" ],
"author": "sinclair",
"licenses": [{
"type" : "Apache 2.0",
"url" : "http://www.apache.org/licenses/LICENSE-2.0.html"
} ],
"readmeFilename": "readme.md"
}