-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "react-lite-dropdown",
"version": "0.2.1",
"description": "Dropdown menu from Talk by teambition",
"main": "lib/dropdown.js",
"dependencies": {
"classnames": "^2.2.3",
"react": "^0.14.7"
},
"devDependencies": {
"babel-core": "^5.1.10",
"babel-loader": "^5.0.0",
"cirru-script": "^0.2.3",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.1",
"css-loader": "^0.10.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"react-dom": "^0.14.7",
"rsyncwrapper": "^0.4.3",
"run-sequence": "^1.0.2",
"stir-template": "^0.1.4",
"style-loader": "^0.10.2",
"webpack": "^1.8.4",
"webpack-dev-server": "^1.8.0"
},
"scripts": {
"build": "gulp build && gulp script",
"dev": "gulp html && webpack-dev-server --hot"
},
"keywords": [
"react-component",
"dropdown"
],
"author": "Teambition jiyinyiyong",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/teambition/react-lite-dropdown.git"
},
"bugs": {
"url": "https://github.com/teambition/react-lite-dropdown/issues"
},
"homepage": "https://github.com/teambition/react-lite-dropdown"
}