-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 935 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
{
"name": "flask_og",
"version": "1.0.1",
"description": "Flask servers and d3 app for oil/gas company visualizer",
"dependencies": {
"materialize-css": "^0.97.7",
"jquery": "^3.1.0",
"d3": "^3.5.16",
"topojson": "^1.6.20",
"queue-async": "^1.0.7"
},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewmontes87/flask_og.git"
},
"author": "",
"bugs": {
"url": "https://github.com/andrewmontes87/flask_og/issues"
},
"homepage": "https://github.com/andrewmontes87/flask_og#readme"
}