-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 803 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 803 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
{
"name": "DSS-Recorder",
"version": "0.0.1",
"description": "Record interactions for your UI components",
"main": "background.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/DSSWG/DSS-Recording-Chrome-Extension.git"
},
"author": "DSS Working Group - https://github.com/DSSWG",
"license": "MIT",
"bugs": {
"url": "https://github.com/DSSWG/DSS-Recording-Chrome-Extension/issues"
},
"homepage": "https://github.com/DSSWG/DSS-Recording-Chrome-Extension",
"devDependencies": {
"browserify": "^10.2.3",
"gulp": "^3.8.11",
"gulp-callback": "0.0.3",
"gulp-concat": "^2.5.2",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"lodash": "^3.9.3"
}
}