-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 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
{
"name": "static-component-browser",
"version": "0.3.0",
"description": "A utility to browse through static components using Nunjucks",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hzdg/static-component-browser.git"
},
"keywords": [
"static",
"browser",
"component",
"components",
"nunjucks"
],
"author": "Elaine Hilliard <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hzdg/static-component-browser/issues"
},
"homepage": "https://github.com/hzdg/static-component-browser#readme",
"dependencies": {
"babel-eslint": "^7.2.1",
"del": "^2.2.2",
"eslint": "^3.19.0",
"eslint-config-hzdg": "^0.5.0",
"eslint-plugin-babel": "^4.1.1",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-change": "^1.0.0",
"gulp-clean": "^0.3.2",
"gulp-if": "^2.0.2",
"gulp-nunjucks-render": "^2.0.0",
"gulp-util": "^3.0.8",
"minimatch": "^3.0.3",
"mkdirp": "^0.5.1",
"vinyl-paths": "^2.1.0"
},
"devDependencies": {
"jest": "^19.0.2"
}
}