forked from Pier1/rocketbelt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.39 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.39 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "rocketbelt",
"version": "1.13.11",
"description": "Rocketbelt is a UX-influenced, mobile-first pattern library collaboratively assembled at Pier 1 Imports.",
"homepage": "http://rocketbelt.io",
"bugs": "https://github.com/pier1/rocketbelt/issues",
"license": "MIT",
"main": "gulpfile.js",
"scripts": {
"test": "gulp test"
},
"author": "",
"repository": {
"type": "git",
"url": "git@github.com:Pier1/rocketbelt.git"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.18.2",
"casperjs": "^1.1.3",
"cssnano": "^3.8.0",
"cz-conventional-changelog": "^1.2.0",
"del": "^2.2.2",
"eslint-plugin-dollar-sign": "^1.0.1",
"gulp": "^3.9.1",
"gulp-a11y": "^0.1.2",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^7.0.0",
"gulp-cached": "^1.1.1",
"gulp-changed": "^1.3.2",
"gulp-cheerio": "^0.6.3",
"gulp-clone": "^1.0.0",
"gulp-debug": "^3.0.0",
"gulp-htmltidy": "^0.2.2",
"gulp-if": "^2.0.2",
"gulp-jade-find-affected": "^0.2.2",
"gulp-jade-inheritance": "^0.5.5",
"gulp-load-plugins": "^1.4.0",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-pug": "^3.1.0",
"gulp-remove-html-comments": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.2",
"gulp-sitemap": "^4.2.0",
"gulp-size": "^2.1.0",
"gulp-sketch": "^1.0.3",
"gulp-sourcemaps": "https://github.com/floridoo/gulp-sourcemaps.git#a626896c7660114680ecf998394bda87004c08e1",
"gulp-svg-sprite": "^1.3.6",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"hoverintent": "^2.0.0",
"js-yaml": "^3.7.0",
"jstransformer": "^1.0.0",
"jstransformer-markdown-it": "^2.0.0",
"lodash": "^4.17.2",
"merge-stream": "^1.0.0",
"moment-timezone": "^0.5.9",
"mutationobserver-shim": "^0.3.2",
"phantomcss": "^1.1.4",
"phantomjs-prebuilt": "^2.1.13",
"postcss-svg": "^2.4.0",
"ra11y": "^1.0.0",
"recursive-readdir": "^2.1.0",
"run-sequence": "^1.2.2",
"shorthash": "0.0.2",
"slug": "^0.9.1",
"vinyl-fs": "^2.4.4"
},
"dependencies": {
"clipboard": "^1.5.15"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}