forked from pattern-library/pattern-importer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 961 Bytes
/
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
{
"name": "pattern-importer",
"version": "0.0.1",
"description": "Script 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": {
"fs-extra": "^0.16.5",
"gulp-util": "^3.0.4",
"js-yaml": "^3.2.7",
"mkdirp": "^0.5.0",
"swig": "^1.4.2",
"through2": "^0.6.3"
},
"dependencies": {
"fs-extra": "^0.18.0",
"gulp-util": "^3.0.4",
"js-yaml": "^3.2.7",
"mkdirp": "^0.5.0",
"node-sass": "^2.1.1",
"through2": "^0.6.3",
"twig": "^0.8.2"
}
}