-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 919 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
37
38
39
40
41
{
"name": "y-button",
"version": "0.0.5",
"description": "y-component button",
"scripts": {
"serve": "http-server -p 8080 -o -c-1"
},
"repository": {
"type": "git",
"url": "https://github.com/y-components/y-button.git"
},
"keywords": [
"react",
"jspm",
"y-component"
],
"author": "Vsevolod Strukchinsky <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/y-components/y-button/issues"
},
"files": [
"index.css",
"index.jsx"
],
"homepage": "https://github.com/y-components/y-button",
"jspm": {
"registry": "jspm",
"main": "index.jsx!",
"directories": {
"lib": ".",
"packages": "jspm_packages"
},
"dependencies": {
"b_": "npm:b_@^1.3.0",
"css": "github:systemjs/plugin-css@^0.1.6",
"jsx": "github:floatdrop/plugin-jsx@^1.0.1",
"react": "npm:react@^0.12.2"
}
}
}