-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "react-otocomplete",
"version": "3.0.0",
"description": "higher order react autocomplete component",
"main": "dist/bundle.js",
"directories": {
"example": "example"
},
"devDependencies": {
"babel-core": "^5.6.15",
"babel-eslint": "^4.1.1",
"babel-loader": "^5.3.1",
"eslint": "^1.3.1",
"eslint-config-airbnb": "0.0.8",
"eslint-plugin-react": "^3.3.1",
"node-libs-browser": "^0.5.2",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"fuse.js": "^1.3.1",
"object-assign": "^3.0.0",
"react": "^0.14.6",
"react-mixin": "^1.7.0",
"react-onclickoutside": "^0.3.1",
"tether": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"example": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --port 9090 --content-base ./example/",
"build": "./node_modules/webpack/bin/webpack.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diki/react-otocomplete.git"
},
"keywords": [
"react",
"reactjs",
"autocomplete"
],
"author": "mustafa dikici",
"license": "ISC",
"bugs": {
"url": "https://github.com/diki/react-otocomplete/issues"
},
"homepage": "https://github.com/diki/react-otocomplete#readme"
}