-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 806 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 806 Bytes
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
{
"name": "web-testing",
"version": "1.0.0",
"description": "A demo of how to test web sites",
"main": "index.js",
"scripts": {
"test": "karma start"
},
"keywords": [
"web",
"test",
"karma"
],
"author": "Derek Ekins",
"license": "ISC",
"devDependencies": {
"browser-monkey": "^2.7.0",
"browserify": "^11.0.0",
"chai": "^3.2.0",
"html2js-browserify": "^1.0.0",
"karma": "^1.7.1",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^0.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^1.0.2",
"mocha": "^4.0.1",
"mock-xhr-router": "1.1.1",
"plastiq": "1.20.0",
"plastiq-jsxify": "1.0.0"
},
"dependencies": {
"browserify-middleware": "^7.1.0",
"express": "^4.16.2",
"jquery": "^2.1.4"
}
}