-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 946 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
39
40
{
"name": "metal-karma-config",
"version": "2.3.1",
"description": "Metal's default configuration for Karma tests",
"license": "MIT",
"repository": "metal/metal-karma-config",
"author": {
"name": "Maira Bello",
"email": "[email protected]"
},
"engines": {
"node": ">=0.12.0"
},
"keywords": [
"karma",
"metal"
],
"scripts": {
"lint": "jshint index.js"
},
"dependencies": {
"babel-plugin-transform-node-env-inline": "^0.1.1",
"babel-preset-metal": "^3.0.0",
"chai": "^2.3.0",
"isparta": "^4.0.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-commonjs": "^1.0.0",
"karma-coverage": "^0.5.1",
"karma-mocha": "^0.2.0",
"karma-sinon": "^1.0.4",
"karma-source-map-support": "^1.2.0",
"mocha": "^2.2.5",
"sinon": "^1.17.7"
},
"devDependencies": {
"jshint": "^2.8.0"
}
}