-
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-essentials",
"version": "1.0.0",
"description": "Typescript Essentials",
"main": "dist/main.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caltechhub/typescript-essentials.git"
},
"keywords": [
"Typescript"
],
"author": "California Technology Hub",
"license": "ISC",
"bugs": {
"url": "https://github.com/caltechhub/typescript-essentials/issues"
},
"homepage": "https://github.com/caltechhub/typescript-essentials#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^14.5.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-streamify": "^1.0.2",
"gulp-typescript": "^3.2.3",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"phaser-ce": "^2.9.4",
"tsify": "^3.0.3",
"typescript": "^2.6.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"@types/webfontloader": "^1.6.29"
}
}