-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
34 lines (34 loc) · 961 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
{
"name": "postcss",
"version": "1.0.0",
"description": "A repository for an upcoming Responsive Single Page Layouts course on Lynda.com",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.1.1",
"cssnano": "^3.3.2",
"gulp": "^3.9.0",
"gulp-postcss": "^6.0.1",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"install": "^0.4.0",
"mq4-hover-shim": "^0.3.0",
"npm": "^3.5.0",
"postcss-animation": "0.0.6",
"postcss-color-function": "^2.0.0",
"precss": "^1.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/planetoftheweb/postcsslayouts.git"
},
"author": "Ray Villalobos",
"license": "MIT",
"bugs": {
"url": "https://github.com/planetoftheweb/postcsslayouts/issues"
},
"homepage": "https://github.com/planetoftheweb/postcsslayouts#readme"
}