-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "opensprites-imagehostingservice",
"version": "0.0.1",
"description": "OpenSprites hosting facility",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/OpenSprites/ImageHostingService.git"
},
"scripts": {
"start": "node_modules/.bin/gulp"
},
"keywords": [
"OpenSprites"
],
"author": "OpenSprites Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenSprites/ImageHostingService/issues"
},
"dependencies": {
"express": "~4.13.4",
"jimp": "~0.2.21",
"chalk": "~1.1.1",
"qwery": "~4.0.0",
"ajax-promise": "~0.8.1",
"multer": "~1.1.0",
"shortid": "~2.2.4",
"svg2png": "~3.0.0",
"mkdirp": "~0.5.1"
},
"devDependencies": {
"babel-preset-es2016-node5": "~1.1.2",
"gulp-babel": "~6.1.2",
"gulp-nodemon": "~2.0.6",
"gulp": "~3.9.1",
"gulp-stylus": "~2.3.0",
"gulp-sourcemaps": "~1.6.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"vinyl-source-stream": "^1.1.0"
}
}