-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.51 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
{
"name": "quasar-loader",
"version": "0.1.2",
"description": "generates quasar imports and component declarations based on components discovered in the template",
"main": "lib/loader.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "karma start karma.conf.js"
},
"author": "Phillip Schmidt <phillip.schmidt@whiteboard-it.com>",
"license": "MIT",
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"karma-babel-preprocessor": "^7.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.4",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^1.3.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"mocha": "^3.5.3",
"should": "^13.1.0",
"sinon": "^4.0.0",
"webpack": "^3.6.0",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^3.0.0",
"istanbul-lib-instrument": "^1.7.0",
"karma": "^1.7.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"chai": "^4.1.2"
},
"dependencies": {
"ajv": "^5.2.3",
"babel-polyfill": "^6.26.0",
"es6-promise": "^4.1.1"
}
}