-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.12 KB
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
{
"name": "mtest",
"version": "1.0.0",
"description": "Some test tasks",
"main": "pakage.json",
"directories": {
"example": "example"
},
"dependencies": {
"jasmine": "^2.6.0",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.3"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"jasmine": "^2.6.0",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-webpack": "^2.0.3",
"rewire-webpack": "^1.0.1",
"webpack": "^2.4.1"
},
"scripts": {
"test:jasmine": "babel-node spec/run.js",
"test:watch": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sdbaron/mtest.git"
},
"author": "baron",
"license": "ISC",
"bugs": {
"url": "https://github.com/sdbaron/mtest/issues"
},
"homepage": "https://github.com/sdbaron/mtest#readme"
}