-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 973 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 973 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
41
{
"name": "layout.css",
"version": "1.0.0",
"description": "A stylesheet for layout, using flex and padding, easy and compatible!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orange727/layout.git"
},
"keywords": [
"stylesheet",
"layout",
"flex",
"compatible"
],
"browserslist": [
"> 1%",
"last 2 versions",
"iOS 7"
],
"author": "liujing",
"license": "ISC",
"bugs": {
"url": "https://github.com/orange727/layout/issues"
},
"homepage": "https://github.com/orange727/layout#readme",
"devDependencies": {
"autoprefixer": "^6.7.2",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"postcss-loader": "^1.2.2",
"style-loader": "^0.13.1",
"webpack": "^2.2.1"
}
}