forked from irishquinn/feedback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 985 Bytes
/
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
{
"name": "@ivoviz/feedback.js",
"version": "1.0.0-alpha.1",
"description": "Feedback tool similar to Google's.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivoviz/feedback.git"
},
"keywords": [
"feedback"
],
"author": "ivoviz",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivoviz/feedback/issues"
},
"homepage": "https://github.com/ivoviz/feedback#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"html2canvas": "^1.0.0-alpha.9"
},
"devDependencies": {
"@types/html2canvas": "0.0.35",
"gulp": "^4.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.0",
"node-sass": "^4.11.0",
"typescript": "^3.3.3333"
}
}