forked from theREDspace/HammerSpace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "hammerspace",
"version": "1.0.0",
"description": "An SDK that allows game developers to hook into a platform that eases game distribution",
"main": "dist/hammerspace.min.js",
"scripts": {
"build": "karma start && webpack --config webpack.config.js",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hammerspacejs/HammerSpace.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hammerspacejs/HammerSpace/issues"
},
"homepage": "https://github.com/hammerspacejs/HammerSpace#readme",
"devDependencies": {
"@types/jasmine": "~2.5.51",
"awesome-typescript-loader": "~3.1.3",
"jasmine-core": "~2.6.3",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-jasmine": "~1.1.0",
"karma-typescript": "~3.0.3",
"ts-node": "~3.0.6",
"tslint": "~5.4.3",
"tslint-loader": "~3.5.3",
"typedoc": "~0.7.1",
"typedoc-webpack-plugin": "~1.1.4",
"typescript": "~2.3.4",
"uglifyjs-webpack-plugin": "~0.4.3",
"webpack": "~2.6.0"
}
}