forked from maurercw/rivet-clearable-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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
{
"name": "rivet-clearable-input",
"version": "0.2.0-alpha",
"description": "An enhancement for Rivet's input component. It allows for a text input to be cleared by having a clickable 'x' show up in the input control.",
"repository": {
"type": "git",
"url": "https://github.com/maurercw/rivet-clearable-input"
},
"main": "dist/js/rivet-clearable-input.js",
"scripts": {
"start": "gulp",
"build": "gulp release"
},
"author": "Chris Maurer",
"license": "Apache-2.0",
"dependencies": {
"rivet-uits": "^1.3.0"
},
"devDependencies": {
"autoprefixer": "^8.5.0",
"browser-sync": "^2.24.4",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.3",
"gulp-header": "^2.0.5",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"pump": "^3.0.0",
"run-sequence": "^2.2.1",
"rollup": "^0.60.4",
"rollup-plugin-babel": "^3.0.4",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0"
}
}