-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 978 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
35
36
37
38
39
40
{
"name": "markup-boilerplate",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git@github.com:StrongSquirrel/markup-boilerplate.git"
},
"keywords": [
"less",
"nunjucks",
"autoprefixer"
],
"devDependencies": {
"autoprefixer": "^7.1.2",
"gulp": "^3.9.0",
"gulp-base64": "^0.1.3",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.7.0",
"gulp-connect": "^3.2.0",
"gulp-imagemin": "^3.0.0",
"gulp-less": "^3.3.2",
"gulp-less-sourcemap": "^1.4.3",
"gulp-notify": "^3.0.0",
"gulp-nunjucks-render": "^2.2.1",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-rigger": "^0.5.8",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"jquery": "^1.12.4",
"less-plugin-npm-import": "^2.1.0",
"node-notifier": "^5.1.2",
"normalize.css": "^7.0.0"
},
"dependencies": {
"gulp-cache": "^0.4.6",
"postcss-pxtorem": "^4.0.1"
}
}