This repository has been archived by the owner on Sep 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
62 lines (62 loc) · 1.69 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "sfgov-pattern-lab",
"version": "1.0.0",
"description": "SFGOV Pattern Lab library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chapter-three/sfgov-pattern-lab.git"
},
"keywords": [
"Pattern",
"Lab",
"sfgov"
],
"author": "Israel Morales",
"license": "ISC",
"bugs": {
"url": "https://github.com/chapter-three/sfgov-pattern-lab/issues"
},
"homepage": "https://github.com/chapter-three/sfgov-pattern-lab#readme",
"dependencies": {
"bourbon": "^5.0.0",
"bourbon-neat": "^1.9.0",
"browser-sync": "^2.24.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sass-glob": "^1.0.9",
"gulp-scss-lint": "^0.6.1",
"gulp-shell": "^0.6.5",
"gulp-sourcemaps": "^2.4.0",
"jquery": "^3.3.1",
"normalize-scss": "^7.0.1",
"normalize.scss": "^0.1.0",
"uswds": "https://github.com/SFDigitalServices/uswds/archive/v1.6.2.tar.gz"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.2.2",
"child_process": "^1.0.2",
"fancy-log": "^1.3.2",
"fs": "0.0.1-security",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.2",
"gulp-uglify": "^3.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}