-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 792 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 792 Bytes
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
{
"name": "designtools-hackday-visual-creator",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"cdt2d": "^1.0.0",
"jquery": "~> 3.0.0",
"snapsvg": "github:sethvincent/Snap.svg#a34b8af69b",
"tinycolor2": "^1.3.0"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {},
"author": "CL",
"repository": {
"type": "git",
"url": "https://github.com/preciousforever/designtools-hackday-visual-creator"
}
}