-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 KB
/
package.json
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
40
41
42
43
44
{
"name": "typescript-meetup",
"version": "0.0.1",
"description": "Typescript demo",
"keywords": [
"typescript"
],
"author": "Simon Huber <[email protected]>",
"homepage": "https://github.com/renuo/",
"license": "MIT",
"dependencies": {
"tslint-eslint-rules": "^3.2.3",
"tslint-microsoft-contrib": "^4.0.0"
},
"devDependencies": {
"jasmine-core": "^2.5.2",
"jasmine-spec-reporter": "^2.4.0",
"karma": "1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-remap-istanbul": "0.1.1",
"karma-sourcemap-loader": "^0.3.7",
"phantomjs-prebuilt": "^2.1.4",
"protractor": "^4.0.8",
"ts-helpers": "^1.1.1",
"ts-loader": "^0.8.1",
"ts-node": "^1.3.0",
"tslint": "^4.3.1",
"tslint-loader": "^3.3.0",
"typedoc": "^0.4.4",
"typescript": "^2.1.6"
},
"repository": {
"type": "git",
"url": "https://github.com/renuo/tsmeetup-2017-02-21"
},
"engines": {
"node": ">= 7.5.0",
"npm": ">= 3"
}
}