forked from reactive-elements/reactive-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.64 KB
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
{
"name": "reactive-elements",
"version": "0.4.9",
"description": "Allows to use React.js component as custom element",
"main": "dist/reactive-elements.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/PixelsCommander/ReactiveElements",
"repository": {
"type": "git",
"url": "https://github.com/PixelsCommander/ReactiveElements.git"
},
"keywords": [
"react",
"web-components",
"custom elements",
"reactjs"
],
"author": {
"name": "Denis Radin aka PixelsCommander",
"email": "denis.radin@gmail.com",
"url": "http://pixelscommander.com/"
},
"contributors": [
{
"name": "Addy Osmani",
"email": "addyosmani@gmail.com",
"url": "http://www.addyosmani.com"
},
{
"name": "Jakob Heuser",
"url": "http://www.felocity.com"
},
{
"name": "Gustavo Salomé Silva",
"email": "gustavonips@gmail.com",
"url": "https://github.com/gusnips"
},
{
"name": "Oliver Schmidt",
"url": "https://github.com/codejet"
},
{
"name": "Oleg Slobodskoi",
"email": "oleg008@gmail.com",
"url": "https://kof.github.io"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/PixelsCommander/ReactiveElements/issues",
"email": "denis.radin@gmail.com"
},
"devDependencies": {
"gulp": "~3.8.5",
"gulp-react": "~0.4.0",
"gulp-uglify": "~0.3.1",
"karma": "~0.12.31",
"gulp-karma": "0.0.4",
"jasmine-core": "~2.2.0",
"karma-jasmine": "~0.3.5",
"karma-chrome-launcher": "~0.1.7",
"karma-phantomjs-launcher": "~0.1.4"
}
}