-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 870 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 870 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
{
"name": "postcss",
"version": "1.0.0",
"description": "yeah",
"main": "index.js",
"dependencies": {
"gulp": "^3.9.1",
"gulp-postcss": "^6.1.1"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"basscss": "^8.0.2",
"basscss-addons": "^1.0.0",
"basscss-basic": "^1.0.0",
"basscss-responsive-type-scale": "^1.0.1",
"basscss-responsive-typography": "^1.0.1",
"browser-sync": "^2.14.0",
"child_process": "^1.0.2",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.7.3",
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"lost": "^7.0.3",
"normalize.css": "^4.2.0",
"postcss-cssnext": "^2.7.0",
"postcss-import": "^8.1.2",
"precss": "^1.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "kmm",
"license": "ISC"
}