-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 922 Bytes
/
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
{
"name": "tobrick",
"version": "0.0.1",
"description": "Web app to convert images to Lego mosaics using ditherJS.",
"main": "index.html",
"repository": {
"type": "git",
"url": "[email protected]:darkmirage/tobrick.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Raven Jiang",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.7.7",
"browserify": "^10.2.4",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.0",
"gulp-cache": "^0.2.9",
"gulp-concat": "^2.5.2",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.11.0",
"gulp-minify-css": "^1.1.4",
"gulp-notify": "^2.2.0",
"gulp-react": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^1.0.5",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.2.0",
"reactify": "^1.1.1",
"vinyl-source-stream": "^1.1.0"
}
}