-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 913 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
{
"name": "NERDSTEIN_DESIGN_LIBRARY",
"version": "0.0.1",
"description": "Pattern Lab for the nerdstein D8 redesign",
"main": "gulpfile.js",
"license": "",
"author": {
"name": "Adam Bergstein",
"url": "https://github.com/nerdstein"
},
"repository": {
"type": "git",
"url": "[email protected]:nerdstein/nerdstein-design-library.git"
},
"keywords": [
"pattern-lab",
"prototyping"
],
"devDependencies": {
"breakpoint-sass": "^2.7.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-minify-css": "^1.2.1",
"gulp-sass": "^4.0.1",
"gulp-sass-glob": "^1.0.9",
"gulp-sass-lint": "^1.3.2",
"gulp-shell": "^0.6.5",
"gulp-sourcemaps": "^1.9.1",
"merge-stream": "^1.0.0",
"susy": "^2.2.12",
"typey": "^1.1.1"
},
"dependencies": {
"gulp": "^4.0.0",
"gulp-update": "0.0.2"
}
}