-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 904 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 904 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
37
38
{
"name": "cyclops",
"version": "0.0.1",
"description": "Capture user events in the browser and replay them.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/slobak/cyclops.git"
},
"keywords": [
"browser",
"asana"
],
"author": "Greg Slovacek",
"license": "MIT",
"bugs": {
"url": "https://github.com/slobak/cyclops/issues"
},
"homepage": "https://github.com/slobak/cyclops",
"devDependencies": {
"gulp": "~3.6.2",
"gulp-rename": "~1.2.0",
"gulp-concat": "~2.2.0",
"gulp-uglify": "~0.3.0",
"gulp-jshint": "~1.6.1",
"gulp-sass": "~0.7.1",
"gulp-wrap-umd": "~0.2.0",
"gulp-replace": "~0.3.0",
"gulp-wrap": "~0.3.0",
"gulp-browserify": "~0.5.0"
},
"dependencies": {
"selenium-webdriver": "~2.41.0"
}
}