-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.65 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "recap-vis",
"version": "1.0.0",
"description": "A small tool for rendering SVG Visualizations of CAP API Data",
"main": "./index.js",
"paths": {
"src": "./server",
"dest": "./server/static"
},
"scripts": {
"start": "node index.js",
"build": "gulp scss; gulp js",
"watch": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicschumann/time.nicschumann.co.git"
},
"keywords": [],
"author": "PublicGoodStudio",
"license": "ISC",
"bugs": {
"url": "https://github.com/nicschumann/time.nicschumann.co/issues"
},
"homepage": "https://github.com/nicschumann/time.nicschumann.co#readme",
"dependencies": {
"async": "^2.6.0",
"base-64": "^0.1.0",
"browserify": "^16.2.3",
"colors": "^1.2.1",
"d3": "^4.13.0",
"d3-fetch": "^1.1.0",
"d3-node": "^1.1.3",
"d3-scale-chromatic": "^1.3.3",
"express": "^4.16.3",
"express-namespace": "^0.1.1",
"group-array": "^0.3.3",
"moment": "^2.21.0",
"node-bourbon": "^4.2.8",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"twig": "^1.10.5",
"uuid": "^3.3.2",
"winston": "^3.1.0"
},
"devDependencies": {
"ajv": "^5.2.2",
"autoprefixer": "^7.1.4",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.1",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"bootstrap-sass-loader": "^1.0.10",
"bourbon": "^4.3.4",
"bourbon-neat": "^1.9.0",
"browser-sync": "^2.26.5",
"browser-sync-webpack-plugin": "^1.2.0",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.7",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^3.0.0",
"favicons-webpack-plugin": "0.0.9",
"file-loader": "^0.11.2",
"flexslider": "^2.6.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-livereload": "^3.8.1",
"gulp-logger": "0.0.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.2.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"image-webpack-loader": "^3.3.1",
"imports-loader": "^0.7.1",
"node-sass": "^4.12.0",
"postcss-loader": "^2.0.6",
"precss": "^2.0.0",
"resolve-url-loader": "^2.1.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.6.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"webpack": "^3.4.1"
},
"paymo_url": "https://app.paymoapp.com/api/",
"port": 8080
}