-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
68 lines (68 loc) · 1.59 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
60
61
62
63
64
65
66
67
68
{
"name": "react-semantify",
"description": "Integrate Semantic-ui with react components.",
"version": "0.6.0",
"keywords": [
"react",
"semantic-ui",
"semantic ui",
"react-component"
],
"contributor": [
{
"name": "Lee",
"email": "[email protected]"
}
],
"repository": [
{
"type": "git",
"url": "https://github.com/jessy1092/react-semantify"
}
],
"bugs": {
"url": "https://github.com/jessy1092/react-semantify/issues"
},
"homepage": "http://jessy1092.github.io/react-semantify",
"license": "MIT",
"scripts": {
"start": "gulp dev",
"prepublish": "gulp transpile",
"test": "node ./node_modules/jest-cli/bin/jest.js --coverage"
},
"engines": {
"node": ">= 0.10.x"
},
"main": "lib/index.js",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-jest": "^15.0.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"browserify-global-shim": "^1.0.0",
"coveralls": "^2.11.9",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-babel": "^6.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jest-cli": "^15.1.1",
"react": "^15.3.0",
"react-addons-test-utils": "^15.3.0",
"react-dom": "^15.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"jest": {
"testPathDirs": [
"<rootDir>/test"
]
}
}