-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "taskpaper-month-generator",
"version": "4.0.0",
"homepage": "https://matthewmcvickar.github.io/taskpaper-month-generator",
"repository": {
"type": "git",
"url": "https://github.com/matthewmcvickar/taskpaper-month-generator"
},
"license": "MIT",
"authors": [
"Matthew McVickar <matthew@matthewmcvickar.com>"
],
"ignore": [
"node_modules"
],
"devDependencies": {
"browser-sync": "^2.23.2",
"browserify": "^15.0.0",
"clipboard": "^1.7.1",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-cache": "^1.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-postcss": "^7.0.1",
"gulp-svgmin": "^1.2.4",
"gulp-uglify": "^3.0.0",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"normalize.css": "^7.0.0",
"postcss-calc": "^6.0.1",
"postcss-import": "^11.0.0",
"postcss-mixins": "^6.2.0",
"postcss-nesting": "^4.2.1",
"postcss-simple-vars": "^4.1.0",
"underscore": "^1.8.3",
"urijs": "^1.19.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"start": "gulp"
}
}