-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.46 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
47
48
49
50
51
{
"name": "workshop-01-unit-tests",
"version": "1.0.0",
"main": "index.js",
"author": "Tyler Kayser",
"license": "MIT",
"scripts": {
"run-karma": "./node_modules/karma/bin/karma start",
"test": "npm run-script run-karma"
},
"devDependencies": {
"angular-mocks": "1.5.3",
"babel-core": "6.16.0",
"babel-loader": "6.2.5",
"babel-plugin-transform-object-assign": "6.8.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-es2015": "6.16.0",
"babel-preset-stage-2": "6.16.0",
"brfs": "1.4.1",
"chai": "1.10.0",
"ignore-loader": "0.1.1",
"istanbul": "0.2.6",
"istanbul-instrumenter-loader": "0.1.3",
"jquery": "2.1.3",
"karma": "0.13.3",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.1.7",
"karma-coverage": "0.2.6",
"karma-firefox-launcher": "0.1.4",
"karma-html2js-preprocessor": "0.1.0",
"karma-jasmine": "0.2.3",
"karma-junit-reporter": "0.2.2",
"karma-phantomjs-launcher": "1.0.2",
"karma-sinon": "1.0.4",
"karma-sinon-chai": "0.3.0",
"karma-spec-reporter": "0.0.12",
"karma-webpack": "1.7.0",
"minimatch": "3.0.3",
"phantomjs-polyfill": "0.0.2",
"sinon": "1.12.2",
"sinon-chai": "2.6.0",
"transform-loader": "0.2.3",
"webpack": "1.13.2"
},
"dependencies": {
"angular": "1.5.3",
"array.prototype.find": "1.0.0",
"array.prototype.findindex": "1.0.0"
}
}