-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.25 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.25 KB
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-multi-dropdown",
"version": "1.0.2",
"description": "Muli-select drop down",
"main": "multi-select.js",
"scripts": {
"elemental-css": "lessc .\\node_modules\\elemental\\less\\elemental.less elemental.css",
"less": "gulp less",
"build": "gulp",
"prepublish": "npm run build"
},
"dependencies": {
"bootstrap": "^3.3.6",
"elemental": "^0.5.13",
"react": "^15.0.1",
"react-addons-css-transition-group": "^15.0.1",
"react-bootstrap": "^0.28.5",
"react-dom": "^15.0.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.0.5",
"gulp-sass": "^2.2.0",
"vinyl-source-stream": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jefflindholm/multi-select.git"
},
"keywords": [
"react",
"dropdown",
"multi-select"
],
"author": "Jeff Lindholm <jeff@lindholm.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jefflindholm/multi-select/issues"
},
"homepage": "https://github.com/jefflindholm/multi-select#readme",
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
}
}