-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.91 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
{
"name": "fl-multi-subject-calendar",
"version": "0.1.0",
"description": "A simplified calendar for multiple subjects",
"main": "index.js",
"scripts": {
"start": "gulp demo",
"demo": "gulp demo",
"dev": "gulp build && gulp watch"
},
"keywords": [
"four",
"labs",
"multi-subject",
"calendar"
],
"author": "Lazamar @ FourLabs",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-external-helpers-2": "^6.3.13",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-es2017": "^6.22.0",
"babel-preset-stage-0": "^6.5.0",
"browser-sync": "^2.18.7",
"dep-linker": "^0.1.21",
"express": "^4.14.0",
"fl-assert": "^1.0.10",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-concat": "^2.6.0",
"gulp-flatmap": "^1.0.0",
"gulp-organiser": "^1.0.6",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^1.9.0",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-watch": "^4.3.6",
"path": "^0.12.7",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-stream": "^1.19.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"moment": "^2.13.0",
"moment-range": "^2.2.0",
"x-div": "^1.0.43"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fourlabsldn/fl-availability-calendar.git"
},
"bugs": {
"url": "https://github.com/fourlabsldn/fl-availability-calendar/issues"
},
"homepage": "https://github.com/fourlabsldn/fl-availability-calendar#readme"
}