-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 966 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
{
"name": "react-semantic-syntax",
"version": "1.0.2",
"author": "Brian <[email protected]>",
"description": "Semantic Syntax for className in React for easily working with CSS Frameworks such as Semantic-UI, Bootstrap, and others.",
"devDependencies": {
"gulp": "4.0.0-alpha.1",
"gulp-coffee": "^2.3.1",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0"
},
"main": "dist/react-semantic-syntax.js",
"repository": {
"type": "git",
"url": "git+https://github.com/javascriptismagic/react-semantic-syntax.git"
},
"keywords": [
"react",
"semantic",
"ui",
"syntax",
"semantic-ui",
"css",
"class",
"className",
"aui",
"coffee",
"bootstrap",
"react-component"
],
"license": "Unlicense",
"bugs": {
"url": "https://github.com/javascriptismagic/react-semantic-syntax/issues"
},
"homepage": "https://github.com/javascriptismagic/react-semantic-syntax#readme"
}