-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
54 lines (54 loc) · 1.34 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
{
"name": "emojicharstring",
"version": "0.1.2",
"description": "",
"main": "dist/EmojiCharString.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "standard --verbose | snazzy && nyc --reporter=html --reporter=text mocha --require babel-register",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"dist": "gulp dist"
},
"standard": {
"env": [
"mocha"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/YingshanDeng/EmojiCharString.git"
},
"keywords": [
"unicode",
"emoji",
"string",
"length",
"substr",
"substring",
"reverse"
],
"author": "YingshanDeng <yingshandeng@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/YingshanDeng/EmojiCharString/issues"
},
"homepage": "https://github.com/YingshanDeng/EmojiCharString#readme",
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"coveralls": "^2.13.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"mocha": "^3.4.2",
"nyc": "^11.0.3",
"snazzy": "^7.0.0",
"standard": "^10.0.2"
}
}