-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1 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
{
"name": "layui",
"version": "0.0.1",
"description": "Mobile UI Components For React",
"main": "lib/index.js",
"scripts": {
"build": "gulp build:lib",
"start": "gulp dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LayGit/layui.git"
},
"keywords": [
"layui",
"mobile",
"css",
"fonts",
"ios",
"android",
"reactui",
"react",
"ui"
],
"author": "Lay",
"license": "MIT",
"bugs": {
"url": "https://github.com/LayGit/layui/issues"
},
"homepage": "https://github.com/LayGit/layui#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-plugin-object-assign": "^1.2.1",
"eslint": "^2.11.1",
"gulp": "^3.9.1",
"history": "^3.0.0",
"react": "^15.1.0",
"react-component-tools": "^1.1.2",
"react-dom": "^15.1.0",
"react-router": "^2.4.1"
},
"dependencies": {
"classnames": "^2.2.5",
"react-tap-event-plugin": "^1.0.0"
}
}