forked from yairEO/tagify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.69 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
55
56
57
{
"name": "@yaireo/tagify",
"version": "2.14.0",
"homepage": "https://github.com/yairEO/tagify",
"description": "Convert an input field into a Tags element. Easy, customizable, with good performance and small code footprint.",
"_npmUser": {
"name": "vsync",
"email": "[email protected]"
},
"scripts": {
"test": "jest"
},
"author": {
"name": "Yair Even-Or",
"email": "[email protected]"
},
"main": "./dist/tagify.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yairEO/tagify.git"
},
"bugs": {
"url": "https://github.com/yaireo/tagify/issues"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"babel-core": "^6.26.3",
"babel-jest": "^23.6.0",
"babel-preset-env": "^1.7.0",
"beepbeep": "^1.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "6.0.0",
"gulp-babel": "^8.0.0",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^3.10.0",
"gulp-combine-mq": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-css-globbing": "^0.2.2",
"gulp-eslint": "^5.0.0",
"gulp-insert": "^0.5.0",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-umd": "^2.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"jest": "^23.6.0",
"jsdom": "^13.0.0",
"path": "^0.12.7",
"run-sequence": "^2.2.1",
"puppeteer": "^1.10.0"
}
}