-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.24 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
{
"name": "pattern-library-utilities",
"version": "0.1.9",
"description": "Supporting utilities for the pattern library",
"repository": {
"type": "git",
"url": "https://github.com/pattern-library/pattern-library-utilities.git"
},
"main": "lib/utility.js",
"files": [
"lib/"
],
"keywords": [
"html",
"pattern",
"library",
"utility"
],
"author": "scottnath",
"license": "MIT",
"bugs": {
"url": "https://github.com/pattern-library/pattern-library-utilities/issues"
},
"homepage": "https://github.com/pattern-library/pattern-library-utilities",
"devDependencies": {
"chai": "^2.2.0",
"event-stream": "^3.3.0",
"minimist": "^1.2.0",
"should": "^5.2.0"
},
"dependencies": {
"browser-sync": "^2.7.1",
"copy-to": "^2.0.1",
"fs-extra": "^0.18.4",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-doxx": "^0.0.4",
"gulp-gh-pages": "^0.5.2",
"gulp-inject": "^1.5.0",
"gulp-util": "^3.0.4",
"js-yaml": "^3.2.7",
"jsonplus": "^1.2.0",
"lodash.merge": "^3.3.2",
"minimist": "^1.2.0",
"mkdirp": "^0.5.0",
"node-sass": "^3.3.2",
"through2": "^0.6.3",
"twig": "^0.8.2",
"vinyl": "^0.4.6",
"winston": "^1.0.1"
}
}