-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "pattern-importer",
"version": "0.0.13",
"description": "Scripts to import html patterns according to the standards set out by github.com/pattern-library.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://github.com/pattern-library/pattern-importer"
},
"author": "scottnath",
"license": "MIT",
"bugs": {
"url": "https://github.com/pattern-library/pattern-importer/issues"
},
"homepage": "https://github.com/pattern-library/pattern-importer",
"devDependencies": {
"chai": "^2.2.0",
"event-stream": "3.3.4",
"should": "^5.2.0"
},
"dependencies": {
"fs-extra": "^0.18.4",
"gulp": "^3.9.0",
"gulp-inject": "^1.3.1",
"gulp-util": "^3.0.5",
"js-yaml": "^3.3.1",
"lodash.merge": "^3.3.1",
"mkdirp": "^0.5.1",
"node-sass": "^3.3.2",
"pattern-library": "^0.1.0",
"pattern-library-utilities": "^0.0.8",
"q": "^1.4.1",
"through2": "^0.6.3",
"twig": "^0.8.2",
"vinyl": "^0.4.6"
}
}