-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.99 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "material-components-knockout",
"version": "0.0.0",
"description": "Material Components for Knockout",
"main": "src/material-components-knockout.js",
"files": [
"dist"
],
"scripts": {
"build": "webpack --display-error-details",
"build:min": "webpack --env=prod --display-error-details -p",
"dist": "npm run build && npm run build:min",
"dev": "webpack-dev-server --watch-poll --inline --hot --host 0.0.0.0 ",
"test:watch": "karma start",
"test:unit": "karma start karma-unit.conf.js --single-run",
"test:integration": "karma start karma-integration.conf.js --single-run",
"test": "npm run test:unit && npm run test:integration",
"posttest": "istanbul report --root coverage text-summary && istanbul check-coverage --lines 95 --statements 95 --branches 95 --functions 95"
},
"dependencies": {
"material-components-web": "^0.14.0"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"bel": "^5.0.0",
"chai": "^4.0.2",
"chai-virtual-dom": "^1.0.0",
"codecov": "^2.2.0",
"dom-events": "^0.1.1",
"es6-template-string-loader": "^1.0.1",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^2.0.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"knockout": "^3.4.2",
"lolex": "^1.6.0",
"mocha": "^3.4.2",
"testdouble": "^3.0.0",
"vdom-virtualize": "^2.0.0",
"virtual-dom": "^2.1.1",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anton-kachurin/mdc-knockout.git"
},
"keywords": [],
"author": "Anton Kachurin",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/anton-kachurin/mdc-knockout/issues"
},
"homepage": "https://github.com/anton-kachurin/mdc-knockout#readme"
}