-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 KB
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
39
40
41
42
43
44
45
{
"name": "flow.fastflowdebate",
"beta": true,
"version": "0.9.5",
"description": "FastFlow flowing as a webapp using Chrome Service Worker's for offline capabilities",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "./node_modules/.bin/webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FastFlowDebate/Flow.FastFlowDebate.git"
},
"keywords": [
"debate",
"public",
"forum"
],
"author": "Adam Towers",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/FastFlowDebate/Flow.FastFlowDebate/issues"
},
"homepage": "https://github.com/FastFlowDebate/Flow.FastFlowDebate#readme",
"dependencies": {
"angular": "1.6.2",
"angular-animate": "1.6.2",
"css-loader": "^0.26.1",
"file-loader": "^0.10.1",
"idb": "^2.0.0",
"imports-loader": "^0.7.0",
"jquery": "^3.1.1",
"materialize-css": "^0.98.0",
"ng-file-upload": "^12.2.13",
"style-loader": "^0.13.1",
"sw-toolbox": "^3.5.1",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-uglify-js-plugin": "^1.1.9"
},
"devDependencies": {
"sw-precache-webpack-plugin": "^0.9.1"
}
}