-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 989 Bytes
/
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
{
"name": "react-query-builder",
"version": "0.1.0",
"description": "Query Builder react component",
"author": "Matt Continisio",
"homepage": "https://github.com/mattcontinisio/react-query-builder",
"keywords": [
"react",
"react-component",
"query",
"query builder"
],
"repository": {
"type": "git",
"url": "git@bitbucket.org:mcontinisio/react-query-builder.git"
},
"license": "MIT",
"main": "src/main.js",
"dependencies": {
"freezer-js": "^0.5.0"
},
"peerDependencies": {
"react": ">=0.13"
},
"devDependencies": {
"browserify": "^9.0.8",
"gulp": "^3.8.11",
"gulp-buffer": "0.0.2",
"gulp-minify-css": "^1.1.0",
"gulp-plumber": "^1.0.0",
"gulp-reactify": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.2.0",
"react": "^0.13.2",
"reactify": "^1.1.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"build": "./node_modules/.bin/gulp"
}
}