-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "y-modal",
"version": "1.0.1",
"description": "y-component button",
"scripts": {
"serve": "http-server -p 8080 -c-1"
},
"repository": {
"type": "git",
"url": "https://github.com/y-components/y-modal.git"
},
"keywords": [
"react",
"jspm",
"y-component"
],
"author": "Anton Grischenko <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/y-components/y-modal/issues"
},
"files": [
"index.css",
"index.jsx"
],
"homepage": "https://github.com/y-components/y-modal",
"jspm": {
"registry": "jspm",
"main": "index.jsx!",
"directories": {
"lib": "."
},
"dependencies": {
"b_": "npm:b_@^1.3.0",
"babel": "npm:babel-core@^5.1.8",
"css": "github:systemjs/plugin-css@^0.1.6",
"jsx": "github:floatdrop/plugin-jsx@^1.2.1",
"react": "npm:react@^0.12.2"
},
"devDependencies": {
"babel": "npm:babel-core@^5.0.12",
"babel-runtime": "npm:babel-runtime@^5.0.12",
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]",
"y-button": "npm:y-button@^0.0.5"
}
}
}