-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 967 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
{
"name": "react-origami-tabs",
"version": "0.0.1",
"description": "Origami UI Tabs in React",
"main": "lib/tabs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jiyinyiyong",
"license": "MIT",
"keywords": [
"teact-component",
"tabs"
],
"devDependencies": {
"cirru-script": "^0.2.3",
"cirru-script-loader": "0.1.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-cirru-script": "^0.1.1",
"rsyncwrapper": "^0.4.2",
"run-sequence": "^1.0.2",
"stir-template": "^0.1.4",
"webpack": "^1.8.5",
"webpack-dev-server": "^1.8.0"
},
"dependencies": {
"classnames": "^2.1.3",
"react": "^0.13.3"
},
"repository": {
"type": "git",
"url": "https://github.com/origami-ui/react-origami-tabs.git"
},
"bugs": {
"url": "https://github.com/origami-ui/react-origami-tabs/issues"
},
"homepage": "https://github.com/origami-ui/react-origami-tabs"
}