-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "tilee-calculator",
"version": "1.0.0",
"description": "Calculating th number of tiles that fit in a given space",
"scripts": {
"build": "webpack --config webpack.config.js --mode production",
"test": "npm run karma -- --single-run",
"karma": "karma start test/karma.config.js",
"serve": "webpack-dev-server --mode development"
},
"devDependencies": {
"buble": "^0.19.3",
"buble-loader": "^0.5.1",
"webpack": "^4.12.1",
"webpack-command": "^0.3.0",
"assert": "^1.4.1",
"mocha": "^5.2.0",
"karma": "^3.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "1.3.0",
"karma-sauce-launcher": "1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "4.0.0-beta.0"
},
"dependencies": {},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3XE/tilee-calculator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/3XE/tilee-calculator/issues"
},
"homepage": "https://github.com/3XE/tilee-calculator#readme"
}