forked from vivihoo03/SAT-ts
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 996 Bytes
/
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
{
"name": "sat-ts",
"version": "1.0.0",
"description": "2d collision",
"main": "src/index.ts",
"scripts": {
"webpack": "webpack --display-modules",
"dev": "webpack -w --display-modules --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vivihoo03/SAT-ts.git"
},
"keywords": [
"2d",
"collision"
],
"author": "jriecken",
"license": "ISC",
"bugs": {
"url": "https://github.com/vivihoo03/SAT-ts/issues"
},
"homepage": "https://github.com/vivihoo03/SAT-ts#readme",
"devDependencies": {
"awesome-typescript-loader": "^4.0.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0",
"ts-loader": "*",
"typescript": "*",
"uglify-js": "*",
"webpack": "^2.4.1"
}
}