forked from joypixels/emojify.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.49 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
{
"name": "emojify.js",
"version": "1.1.0",
"description": "A Javascript module to convert emoji keywords to images.",
"main": "dist/js/emojify.js",
"scripts": {
"test": "phantomjs tests/phantom.js && node tests/node"
},
"repository": {
"type": "git",
"url": "https://[email protected]/hassankhan/emojify.js.git"
},
"keywords": [
"emoji",
"emojify",
"javascript"
],
"author": "Hassan Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/hassankhan/emojify.js/issues"
},
"devDependencies": {
"jstest": "~1.0.4",
"q": "^1.0.1",
"gulp": "~3.8.9",
"gulp-load-plugins": "~0.7.0",
"gulp-jshint": "~1.8.5",
"jshint-stylish": "~1.0.0",
"gulp-insert": "~0.4.0",
"gulp-uglify": "~1.0.1",
"gulp-rename": "~1.2.0",
"gulp-minify-css": "~0.3.11",
"gulp-image-data-uri": "~1.0.0",
"gulp-filter": "~1.0.2",
"gulp-concat": "~2.4.1",
"jsdom": "^1.1.0",
"del": "~0.1.3",
"css-sprite": "~0.9.0",
"gulp-replace": "~0.5.0",
"inquirer": "~0.8.0",
"gulp-bump": "~0.1.11",
"gulp-download": "0.0.1",
"gulp-unzip": "~0.1.2",
"minimatch": "~1.0.0",
"through2": "~0.6.3"
},
"testling": {
"html": "tests/browser/browser.html",
"browsers": [
"ie/8..latest",
"chrome/23..latest",
"firefox/22..latest",
"safari/latest",
"opera/latest",
"iphone/6..latest",
"ipad/6..latest",
"android-browser/latest"
]
},
"dependencies": {}
}