-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.44 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": "if-emoji",
"version": "0.0.10",
"description": "Check a character if it is a correctly supported emoji.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "karma start",
"build": "rm -rf ./index.js && rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dafrok/if-emoji.git"
},
"keywords": [
"if-emoji",
"check",
"if",
"emoji",
"support"
],
"author": "Dafrok <[email protected]>",
"contributors": [
"Evan Hahn <[email protected]> (https://evanhahn.com)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Dafrok/if-emoji/issues"
},
"homepage": "https://github.com/Dafrok/if-emoji#readme",
"devDependencies": {
"babel-plugin-external-helpers": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-rollup": "^1.2.0",
"babel-runtime": "^6.20.0",
"browserify": "^13.3.0",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-commonjs": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-safari-launcher": "^1.0.0",
"karma-webpack": "^1.8.1",
"rollup": "^0.36.4",
"rollup-plugin-babel": "^2.7.1",
"watchify": "^3.8.0",
"webpack": "^1.14.0"
}
}