forked from ulfryk/angular-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 952 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 952 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
{
"name": "angular-typescript",
"version": "0.0.8",
"description": "TypeScript 1.5+ annotations (decorators) for AngularJS 1.x",
"repository": {
"type": "git",
"url": "git://github.com/ulfryk/angular-typescript.git"
},
"keywords": [
"TypeScript",
"AngularJS"
],
"author": "Jakub Strojewski <jakub.strojewski@gmail.com>",
"license": "WTFPL",
"dependencies": {},
"devDependencies": {
"coveralls": "2.11.6",
"del": "2.2.0",
"gulp": "3.9.0",
"gulp-tslint": "4.2.2",
"gulp-typescript": "2.10.0",
"jasmine-core": "2.4.1",
"karma": "0.13.16",
"karma-chrome-launcher": "0.2.2",
"karma-coffee-preprocessor": "0.3.0",
"karma-coverage": "0.5.3",
"karma-jasmine": "0.3.6",
"karma-phantomjs-launcher": "0.2.2",
"merge-stream": "1.0.0",
"phantomjs": "1.9.19",
"require-dir": "0.3.0",
"run-sequence": "1.1.5",
"tslint": "3.2.1",
"typescript": "1.7.5"
}
}