-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.28 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
{
"name": "react-autocomplete-field",
"version": "1.0.11",
"description": "Select container with autocomplete list and search method",
"main": "index.js",
"babel": {
"presets": [
"es2015-rollup",
"stage-0",
"stage-1",
"react"
]
},
"dependencies": {
"react": "^15.6.1",
"babel-runtime": "^6.11.6"
},
"devDependencies": {
"babel-cli": "^6.25.0",
"babel-core": "^6.25.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-react": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"del": "^2.2.2",
"rollup": "^0.36.3",
"rollup-plugin-babel": "^2.6.1"
},
"directories": {
"dist": "dist",
"src": "src"
},
"scripts": {
"build": "node tools/build",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iegik/react-autocomplete.git"
},
"keywords": [
"autocomplete",
"select",
"react",
"react-native"
],
"author": "Arturs Jansons",
"license": "MIT",
"bugs": {
"url": "https://github.com/iegik/react-autocomplete/issues"
},
"homepage": "https://github.com/iegik/react-autocomplete#readme"
}