-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 934 Bytes
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 934 Bytes
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
{
"name": "react-stack-view",
"version": "0.0.3",
"description": "View stack component for React.js",
"main": "lib/react-stack-view.js",
"scripts": {
"build": "NODE_ENV=production webpack --colors --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polovi/react-stack-view.git"
},
"tags": [
"react"
],
"keywords": [
"react",
"react-component",
"stack",
"view",
"views",
"stack view",
"stack-view"
],
"author": "Tomas Polovincak <polovincak.tomas@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/polovi/react-stack-view/issues"
},
"homepage": "https://github.com/polovi/react-stack-view#readme",
"dependencies": {
"babel-runtime": "^5.8.20",
"react": "^0.14.0-beta3"
},
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.21",
"babel-loader": "^5.3.2"
}
}