-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.08 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
62
63
64
65
66
67
68
69
70
{
"name": "zeroservice",
"version": "1.1.1",
"description": "Zero service is prototype of states services",
"main": "./src/ZeroService.js",
"repository": {
"url": "westtrade/zeroservice",
"type": "git"
},
"author": "Popov Gennadiy <[email protected]>",
"license": "MIT",
"devDependencies": {
"angular": "^1.6.3",
"angular-mocks": "^1.6.3",
"babel-loader": "^6.4.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-airbnb": "^2.2.3",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.23.0",
"babel-runtime": "^6.23.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"cheerio": "^0.22.0",
"enzyme": "^2.7.1",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-react": "^6.10.0",
"isparta": "^4.0.0",
"jasmine-core": "^2.5.2",
"jasmine-promises": "^0.4.1",
"jsdom": "^9.11.0",
"json-loader": "^0.5.4",
"karma": "^1.5.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chai-as-promised": "^0.1.2",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-coverage-istanbul-reporter": "^0.3.0",
"karma-eslint": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-html-detailed-reporter": "^1.1.19",
"karma-log-reporter": "^0.0.4",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^1.2.4",
"karma-webpack": "^2.0.2",
"mocha": "^3.2.0",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"vue": "^2.2.1",
"webpack": "^2.2.1"
},
"scripts": {
"test": "karma start",
"test:watch": "karma start --watch"
},
"dependencies": {}
}