-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "mock-browser",
"version": "0.92.14",
"description": "A mock browser with window, document, location, navigation, local and session storage to use for client side code tests in a node environment.",
"repository": {
"type": "git",
"url": "https://github.com/darrylwest/mock-browser.git"
},
"scripts": {
"test": "node_modules/.bin/gulp test"
},
"keywords": [
"http",
"browser",
"document",
"history",
"localStorage",
"sessionStorage",
"unittest",
"bdd",
"tdd"
],
"dependencies": {
"jsdom": "^9.12.0",
"lodash": "^4.5"
},
"devDependencies": {
"chai": "^1.9.2",
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.8.5",
"gulp-mocha": "^1.1.0",
"gulp-plumber": "^0.6.6",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jshint-stylish": "^1.0.0",
"map-stream": "^0.1.0",
"simple-node-logger": "^0.92.12",
"vinyl-fs": "^0.3.8"
},
"author": "[email protected]",
"license": "Apache 2.0",
"homepage": "https://github.com/darrylwest/mock-browser"
}