-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.19 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
{
"name": "whittlelittle",
"version": "0.0.1",
"description": "Online collaging and art making application",
"main": "gulpfile.js",
"scripts": {
"start": "webpack-dev-server ./src/js/app/ --hot --inline",
"publish": "webpack && node deploy.js"
},
"repository": {
"type": "git",
"url": "test"
},
"keywords": [
"collage",
"svg",
"online",
"art",
"design",
"hack.summit",
"hackathon"
],
"author": "Kaoru Matsushita, Alexander Ketchakmadze",
"license": "UNLICENSED",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.13.0",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"gh-pages": "^0.10.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-uglify": "^1.5.4",
"image-webpack-loader": "^1.8.0",
"style-loader": "^0.13.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"blob-polyfill": "^1.0.20150320",
"canvas-to-blob": "0.0.0",
"filesaver.js": "^0.2.0",
"jquery": "^2.2.1",
"jquery-minicolors": "^2.1.10",
"paper": "^0.10.2",
"remodal": "^1.1.0"
}
}