-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"name": "flaky",
"version": "1.0.0-beta1",
"description": "",
"license": "MIT",
"homepage": "https://flaky.com",
"bugs": "https://github.com/vlobchuk/flaky/issues",
"repository": {
"type": "git",
"url": "git://github.com/vlobchuk/flaky.git"
},
"directories": {
"test": "test",
"packages": "jspm_packages"
},
"devDependencies": {
"eslint": "1.2.0",
"eslint-config-standard": "4.1.0",
"eslint-plugin-standard": "1.2.0",
"chai": "3.0.0",
"isparta": "4.0.0",
"istanbul": "gotwarlost/istanbul.git#source-map",
"karma": "0.13.15",
"karma-babel-preprocessor": "5.2.2",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.1.12",
"karma-coverage": "douglasduteil/karma-coverage#next",
"karma-firefox-launcher": "0.1.7",
"karma-jspm": "2.0.2",
"karma-mocha": "0.1.10",
"karma-mocha-reporter": "1.0.2",
"karma-safari-launcher": "0.1.1",
"karma-sinon-chai": "1.0.0",
"karma-sourcemap-loader": "0.3.6",
"mocha": "^2.2.5"
},
"jspm": {
"format": "es6",
"directories": {
"lib": "src",
"test": "test"
},
"devDependencies": {
"angular": "github:angular/[email protected]",
"angular-mocks": "github:angular/[email protected]",
"angular-ui/ui-router": "github:angular-ui/[email protected]",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected]"
}
},
"scripts": {
"test": "karma start",
"test:watch": "karma start --no-single-run"
}
}