This repository has been archived by the owner on Nov 29, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.62 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
56
57
58
59
{
"name": "flounder-react",
"version": "0.1.2",
"author": "Mouse Braun <[email protected]>",
"description": "a native friendly dropdown menu",
"repository": {
"type": "git",
"url": "git+https://github.com/sociomantic-tsunami/flounder-react.git"
},
"scripts": {
"bash": "mkdir -p ./src/core && cp ./node_modules/flounder/src/core/* ./src/core && cp ./node_modules/flounder/dist/flounder-structure.css ./src/flounder-structure.css",
"buildTests": "./node_modules/.bin/gulp buildTests",
"build": "npm run gulp && echo \"All builds complete and tests passed.\"",
"gulp": "npm run bash && ./node_modules/.bin/gulp",
"test": "node --harmony ./scripts/nightmare.js",
"versionBump": "node ./scripts/version_bump.js"
},
"devDependencies": {
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"connect": "^3.4.0",
"flounder": "^0.8.1",
"gulp": "^3.9.0",
"gulp-header": "^1.7.1",
"gulp-uglify": "^1.5.1",
"microbejs": "^0.5.2",
"nightmare": "^2.1.1",
"promise": "^7.1.1",
"qunitjs": "^1.20.0",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"serve-static": "^1.10.0",
"vo": "^1.0.3"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sociomantic-tsunami/flounder-react/issues"
},
"files": [
"CODE_OF_CONDUCT.md",
"README.md",
"dist/"
],
"homepage": "https://github.com/sociomantic-tsunami/flounder-react",
"main": "./src/flounder.react.jsx",
"keywords": [
"select2",
"dropdown",
"plugin",
"react",
"component",
"ui",
"frontend",
"select",
"box",
"flounder",
"sociomantic"
]
}