forked from ritz078/embed-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.36 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.36 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
{
"name": "embed-js",
"version": "3.7.4",
"description": "A JavaScript plugin that analyses the string and embeds emojis, media, tweets, code and services.",
"keywords": [
"JavaScript-plugin",
"embed",
"plugins",
"JavaScript",
"embed-js",
"emoticon",
"jquery-embed"
],
"main": "./src/embed.js",
"repository": {
"type": "git",
"url": "https://github.com/ritz078/embed.js.git"
},
"bugs": {
"url": "https://github.com/ritz078/embed.js/issues"
},
"author": {
"name": "Ritesh Kumar",
"email": "rkritesh078@gmail.com",
"url": "https://github.com/ritz078"
},
"homepage": "http://riteshkr.com/embed.js",
"contributors": [
{
"name": "Jesús Pérez",
"email": "jesusprubio@gmail.com",
"url": "https://github.com/jesusprubio"
}
],
"license": "MIT",
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"babel": "^6.3.26",
"babel-core": "^6.4.0",
"babel-eslint": "^4.1.6",
"babel-plugin-transform-regenerator": "^6.4.4",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-preset-stage-2": "^6.3.13",
"chai": "^3.2.0",
"commitizen": "^2.5.0",
"cssnano": "^3.4.0",
"cz-conventional-changelog": "^1.1.5",
"es6-promise": "^3.0.2",
"eslint": "^1.10.3",
"grunt": "~0.4.5",
"grunt-bump": "^0.7.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-conventional-changelog": "^5.0.0",
"grunt-eslint": "^17.3.1",
"grunt-mocha": "^0.4.15",
"grunt-postcss": "^0.7.1",
"grunt-retinafy": "^0.1.5",
"grunt-rollup": "^0.6.1",
"grunt-shell": "^1.1.2",
"grunt-spritesmith": "^6.1.1",
"grunt-string-replace": "^1.2.1",
"load-grunt-tasks": "^3.4.0",
"mocha": "^2.3.4",
"phantomjs": "^1.9.19",
"promise": "^7.1.1",
"rollup": "^0.25.0",
"rollup-plugin-babel": "^2.3.8",
"rollup-plugin-commonjs": "^2.1.0",
"rollup-plugin-npm": "^1.2.1",
"rollup-plugin-replace": "^1.1.0"
},
"scripts": {
"commit": "git-cz",
"test": "rollup -c && grunt test"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}