-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
42 lines (42 loc) · 982 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-autocomplete",
"version": "0.0.0",
"description": "A ReactJS + RxJS autocomplete example",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/eliseumds/react-autocomplete.git"
},
"keywords": [
"react",
"reactjs",
"rxjs",
"autocomplete",
"js"
],
"author": "Eliseu Monar <eliseumds@gmail.com>",
"license": "BSD",
"bugs": {
"url": "https://github.com/eliseumds/react-autocomplete/issues"
},
"homepage": "https://github.com/eliseumds/react-autocomplete",
"devDependencies": {
"gulp-plumber": "^0.5.6",
"gulp-util": "^2.2.14",
"gulp-watch": "^0.5.3",
"gulp": "^3.5.6",
"gulp-react": "^0.3.0"
},
"dependencies": {
"express": "^3.5.1",
"envify": "^1.2.1",
"react": "^0.10.0",
"jade": "^1.3.0",
"lodash": "^2.4.1",
"amdefine": "^0.1.0",
"rx": "^2.2.17"
}
}