forked from jmhdez/Decode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 839 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 839 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
{
"name": "Decode",
"version": "3.0.9",
"author": "Scott Smith <mail@ScottHSmith.com> (http://ScottHSmith.com)",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/ScottSmith95/Decode.git"
},
"devDependencies": {
"autoprefixer": "^6.3.2",
"css-mqpacker": "^4.0.0",
"cssnano": "^3.5.1",
"fastclick": "^1.0.6",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-postcss": "^6.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.2",
"merge-stream": "^1.0.0",
"normalize.css": "^3.0.3",
"postcss-custom-properties": "^5.0.0",
"postcss-import": "^8.0.2",
"postcss-inline-comment": "^2.0.0",
"postcss-nested": "^1.0.0",
"postcss-pseudoelements": "^3.0.0"
}
}