-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.18 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
{
"name": "openfeedback",
"version": "0.8.0",
"description": "The simple open-source feedback collection tool for your website or web-app.",
"main": "index.js",
"scripts": {
"dev": "tmux new-session -d -s 'Open_Feedback_Testing_Server' 'http-server --cors -c-1 --proxy http://localhost:8080/dev.html? -d false';node scripts/dev.js;gulp watch;",
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Neutron-Creative/OpenFeedback.git"
},
"author": "Neutron Creative Inc.",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/Neutron-Creative/OpenFeedback/issues"
},
"homepage": "https://github.com/Neutron-Creative/OpenFeedback#readme",
"devDependencies": {
"autoprefixer": "^10.2.5",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-inline-css": "^4.0.0",
"gulp-inline-source": "^4.0.0",
"gulp-postcss": "^9.0.0",
"gulp-purgecss": "^4.0.2",
"gulp-uglify-es": "^2.0.0",
"http-server": "^0.12.3",
"open": "^8.0.2",
"tailwindcss": "^2.0.3"
}
}