forked from node-modules/emoji
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 837 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
35
36
37
38
39
{
"author": "fengmk2 <[email protected]> (http://fengmk2.github.com/)",
"name": "emoji",
"description": "This library allows the handling and conversion of Emoji in Javascript.",
"version": "0.3.2",
"homepage": "https://github.com/node-modules/emoji",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/emoji.git"
},
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"config": {
"blanket": {
"pattern": "emoji/lib"
},
"travis-cov": {
"threshold": 95
}
},
"dependencies": {},
"devDependencies": {
"contributors": "*",
"mocha": "*",
"blanket": "*",
"travis-cov": "*",
"coveralls": "*",
"mocha-lcov-reporter": "*",
"should": "*"
},
"engines": {
"node": ">=0.8.0"
},
"spm": {
"main": "index.js"
}
}