aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/web/package.json')
-rw-r--r--app/src/web/package.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/app/src/web/package.json b/app/src/web/package.json
index fbdc2442..7b97934d 100644
--- a/app/src/web/package.json
+++ b/app/src/web/package.json
@@ -2,8 +2,14 @@
"scripts": {
"compile": "tsc -p tsconfig.json && sass --no-source-map --style compressed --update scss:assets/css"
},
+ "license": "GPL-3.0",
+ "repository": {
+ "url": "https://github.com/AllanWang/Frost-for-Facebook"
+ },
"dependencies": {
- "typescript": "^3.3.1",
- "sass": "^1.19.0"
+ "compile": "0.0.2",
+ "run": "^1.4.0",
+ "sass": "^1.19.0",
+ "typescript": "^3.3.1"
}
}