-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
105 lines (105 loc) · 3.08 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "opensprites",
"version": "1.0.0",
"description": "The website for Scratchers to share and show off their sprites, scripts, audio and more!",
"main": "server/.dist/entry-min.js",
"scripts": {
"postinstall": "npm run build",
"build": "./node_modules/.bin/gulp build",
"watch": "./node_modules/.bin/gulp watch",
"watch-static": "./node_modules/.bin/gulp watch-static",
"start": "./node_modules/.bin/nodemon -w server/.dist",
"start-debug": "./node_modules/.bin/nodemon --debug -w server/.dist",
"start-debug-static": "./node_modules/.bin/nodemon --debug -w server/.dist server/.dist/entry-static.js",
"build-server-static": "./node_modules/.bin/gulp build-server-static"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenSprites/OpenSprites-next.git"
},
"keywords": [
"scratch",
"sharing",
"website"
],
"author": "OpenSprites Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenSprites/OpenSprites-next/issues"
},
"homepage": "https://github.com/OpenSprites/OpenSprites-next#readme",
"dependencies": {
"autoprefixer": "^6.3.6",
"axios": "^0.12.0",
"base32": "0.0.6",
"batch": "^0.5.3",
"bcrypt": "^0.8.7",
"bcrypt-as-promised": "^1.1.0",
"blob-util": "^1.2.1",
"body-parser": "^1.15.2",
"browserify": "^13.0.1",
"canvas": "^1.4.0",
"cheerio": "^0.20.0",
"clipboard": "^1.5.12",
"compression": "^1.6.2",
"cookie": "^0.3.1",
"cron": "^1.1.0",
"csurf": "^1.9.0",
"dotenv": "^2.0.0",
"es6ify": "^1.6.0",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.13.0",
"form-data": "^1.0.0-rc4",
"greetings": "^1.0.0",
"gridfs-locking-stream": "^1.1.0",
"gridfs-stream": "^1.1.1",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.2",
"gulp-imagemin": "^3.0.1",
"gulp-minify": "0.0.12",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.5.0",
"gulp-traceur": "^0.17.2",
"gulp-util": "^3.0.7",
"hashids": "^1.0.2",
"htmldec": "0.0.1",
"imagemin": "^5.2.2",
"imagemin-gifsicle": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.1.1",
"imagemin-svgo": "^5.1.0",
"jquery-browserify": "^1.8.1",
"jszip": "^3.0.0",
"loggy": "^0.3.5",
"lwip": "0.0.9",
"marked": "^0.3.5",
"mime-types": "^2.1.11",
"mongoose": "^4.5.3",
"multer": "^1.1.0",
"ndjson": "^1.4.3",
"node-zip": "^1.1.1",
"nodemon": "^1.9.2",
"piexifjs": "^1.0.0",
"request": "^2.73.0",
"request-promise": "^3.0.0",
"rot": "^0.1.0",
"rucksack-css": "^0.8.6",
"rupture": "^0.6.1",
"sanitize-filename": "^1.6.0",
"sendgrid": "^3.0.11",
"session-file-store": "^0.2.0",
"shortid": "^2.2.6",
"source-map-support": "^0.4.0",
"svgo": "^0.6.6",
"traceur": "0.0.111",
"trianglify": "^0.4.0",
"uniqid": "^3.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"zip-stream": "^1.0.0"
}
}