forked from kb18519142009/android_interview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.32 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 3.32 KB
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"_args": [
[
{
"name": "emojify.js",
"raw": "emojify.js@^1.1.0",
"rawSpec": "^1.1.0",
"scope": null,
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"/Users/lvruheng/android_interview/node_modules/gitbook-plugin-advanced-emoji"
]
],
"_cnpm_publish_time": 1436436068229,
"_from": "emojify.js@>=1.1.0 <2.0.0",
"_hasShrinkwrap": false,
"_id": "emojify.js@1.1.0",
"_inCache": true,
"_installable": true,
"_location": "/emojify.js",
"_nodeVersion": "0.10.24",
"_npmUser": {
"email": "contact@adamlynch.ie",
"name": "adam-lynch"
},
"_npmVersion": "2.9.0",
"_phantomChildren": {},
"_requested": {
"name": "emojify.js",
"raw": "emojify.js@^1.1.0",
"rawSpec": "^1.1.0",
"scope": null,
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/gitbook-plugin-advanced-emoji"
],
"_resolved": "https://registry.npm.taobao.org/emojify.js/download/emojify.js-1.1.0.tgz",
"_shasum": "079fff223307c9007f570785e8e4935d5c398beb",
"_shrinkwrap": null,
"_spec": "emojify.js@^1.1.0",
"_where": "/Users/lvruheng/android_interview/node_modules/gitbook-plugin-advanced-emoji",
"author": {
"name": "Hassan Khan"
},
"bugs": {
"url": "https://github.com/hassankhan/emojify.js/issues"
},
"dependencies": {},
"description": "A Javascript module to convert emoji keywords to images.",
"devDependencies": {
"css-sprite": "~0.9.0",
"del": "~0.1.3",
"gulp": "~3.8.9",
"gulp-bump": "~0.1.11",
"gulp-concat": "~2.4.1",
"gulp-download": "0.0.1",
"gulp-filter": "~1.0.2",
"gulp-image-data-uri": "~1.0.0",
"gulp-insert": "~0.4.0",
"gulp-jshint": "~1.8.5",
"gulp-load-plugins": "~0.7.0",
"gulp-minify-css": "~0.3.11",
"gulp-rename": "~1.2.0",
"gulp-replace": "~0.5.0",
"gulp-uglify": "~1.0.1",
"gulp-unzip": "~0.1.2",
"inquirer": "~0.8.0",
"jsdom": "^1.1.0",
"jshint-stylish": "~1.0.0",
"jstest": "~1.0.4",
"minimatch": "~1.0.0",
"q": "^1.0.1",
"through2": "~0.6.3"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "079fff223307c9007f570785e8e4935d5c398beb",
"size": 18321487,
"tarball": "http://registry.npm.taobao.org/emojify.js/download/emojify.js-1.1.0.tgz"
},
"gitHead": "adb546c55a77838326f5042ab8051a47588f30da",
"homepage": "https://github.com/hassankhan/emojify.js#readme",
"keywords": [
"emoji",
"emojify",
"javascript"
],
"license": "MIT",
"main": "dist/js/emojify.js",
"maintainers": [
{
"email": "contact@adamlynch.ie",
"name": "adam-lynch"
},
{
"email": "contact@hassankhan.me",
"name": "hassankhan"
}
],
"name": "emojify.js",
"optionalDependencies": {},
"publish_time": 1436436068229,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://hassankhan@github.com/hassankhan/emojify.js.git"
},
"scripts": {
"test": "phantomjs tests/phantom.js && node tests/node"
},
"testling": {
"browsers": [
"ie/8..latest",
"chrome/23..latest",
"firefox/22..latest",
"safari/latest",
"opera/latest",
"iphone/6..latest",
"ipad/6..latest",
"android-browser/latest"
],
"html": "tests/browser/browser.html"
},
"version": "1.1.0"
}