-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.71 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.71 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "typescript-book",
"version": "1.0.0",
"description": "Codefiction typescript book ceviri projesi",
"main": "src/index.js",
"scripts": {
"test": "gulp",
"build": "gulp compile",
"start": "npm run build:live",
"build:live": "nodemon --exec ./node_modules/.bin/ts-node -- ./src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msusur/typescript-book.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/msusur/typescript-book/issues"
},
"homepage": "https://github.com/msusur/typescript-book#readme",
"dependencies": {
"@types/core-js": "^0.9.35",
"@types/expect.js": "^0.3.29",
"@types/mocha": "^2.2.33",
"expect.js": "^0.3.1",
"hunspell-spellchecker": "^1.0.2",
"mocha": "^3.1.2",
"node-dir": "^0.1.16",
"nodehun": "^2.0.11",
"rxjs": "^5.1.0"
},
"devDependencies": {
"@types/core-js": "^0.9.35",
"@types/expect.js": "^0.3.29",
"@types/mocha": "^2.2.33",
"@types/node": "^7.0.5",
"@types/node-dir": "0.0.30",
"babel-polyfill": "^6.22.0",
"browserify": "^14.0.0",
"chai": "^3.5.0",
"expect.js": "^0.3.1",
"gulp": "^3.9.1",
"gulp-jasmine": "^2.4.2",
"gulp-tsc": "^1.2.6",
"jasmine": "^2.5.3",
"jasmine-core": "^2.5.2",
"jasmine-node": "^1.14.5",
"mocha": "^3.1.2",
"nodemon": "^1.11.0",
"ntypescript": "^1.201609302242.1",
"reflect-metadata": "^0.1.9",
"requirejs": "^2.3.2",
"run-sequence": "^1.2.2",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"sourcemap": "^0.1.0",
"ts-node": "^2.0.0",
"typescript": "^2.1.5",
"typings": "^2.1.0",
"watchify": "^3.9.0",
"zone.js": "^0.7.6"
}
}