forked from johannhof/emoji-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 993 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
{
"name": "emoji-helper",
"title": "Emoji Cheatsheet for GitHub, Basecamp etc.",
"version": "1.2.0",
"description": "A very simple and useful reference for the codes that can be used to generate Emojis on popular sites like GitHub or Basecamp.",
"id": "jid1-Xo5SuA6qc1DFpw@jetpack",
"main": "lib/main.js",
"author": "Johann Hofmann",
"homepage": "http://github.com/johannhof/emoji-helper",
"license": "MIT",
"permissions": {
"private-browsing": true
},
"devDependencies": {
"connect": "^2.14.5",
"fs-extra": "^0.26.5",
"fs-promise": "^0.4.1",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.0",
"gulp-image-resize": "^0.7.1",
"gulp-jade": "^1.1.0",
"gulp-newer": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.0",
"gulp-zip": "^3.0.2",
"gulp.spritesmith": "^6.2.0",
"imagemin-pngquant": "^4.2.2",
"jpm": "^1.0.5",
"vinyl-buffer": "^1.0.0"
},
"scripts": {
"test": "casperjs test test/test.js"
}
}