-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
127 lines (127 loc) · 3.17 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "slush-polypack",
"description": "A Slush generator to create a Polymer Webpack project",
"version": "0.1.3",
"homepage": "https://github.com/tjmonsi/slush-polypack",
"author": {
"name": "Toni-Jan Keith Monserrat",
"email": "tjmonsi@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/tjmonsi/slush-polypack.git"
},
"bugs": {
"url": "https://github.com/tjmonsi/slush-polypack/issues"
},
"license": "MIT",
"main": "slushfile.js",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"scripts": {
"test": "echo \"No tests\""
},
"dependencies": {
"camelcase": "^4.1.0",
"gulp": "^3.6.2",
"gulp-conflict": "^0.1.1",
"gulp-install": "^1.1.0",
"gulp-options": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-template": "^0.1.1",
"gulp-util": "^3.0.8",
"gulp-yarn": "^1.0.0",
"iniparser": "^1.0.5",
"inquirer": "^0.8.0",
"lodash": "^4.17.4",
"run-sequence": "^2.1.0",
"slugify": "^1.2.1",
"slush": ">=1.0.0",
"uppercamelcase": "^3.0.0"
},
"keywords": [
"slushgenerator"
],
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint-plugin-html": "^3.2.0",
"gulp-markdox": "^0.1.2",
"standard": "^10.0.3"
},
"resolutions": {
"camelcase": "4.1.0",
"gulp-util": "3.0.8",
"inquirer": "0.12.0",
"lodash": "4.17.4",
"archy": "1.0.0",
"chalk": "1.1.3",
"liftoff": "2.3.0",
"minimist": "1.2.0",
"pretty-hrtime": "1.0.3",
"semver": "4.3.6",
"ansi-styles": "2.2.1",
"has-ansi": "2.0.0",
"strip-ansi": "4.0.0",
"supports-color": "2.0.0",
"ansi-regex": "3.0.0",
"extend": "3.0.1",
"findup-sync": "0.4.3",
"resolve": "1.4.0",
"kind-of": "4.0.0",
"is-number": "3.0.0",
"isobject": "3.0.1",
"isarray": "1.0.0",
"for-own": "1.0.0",
"expand-tilde": "2.0.2",
"once": "1.4.0",
"user-home": "2.0.0",
"graceful-fs": "4.1.11",
"strip-bom": "3.0.0",
"through2": "2.0.3",
"vinyl": "0.5.3",
"clone": "1.0.2",
"glob": "7.1.2",
"minimatch": "3.0.4",
"inherits": "2.0.3",
"readable-stream": "2.3.3",
"xtend": "4.0.1",
"string_decoder": "1.0.3",
"object-keys": "1.0.11",
"dateformat": "2.0.0",
"lodash._reinterpolate": "3.0.0",
"lodash.template": "3.6.2",
"get-stdin": "5.0.1",
"object-assign": "4.1.1",
"find-up": "2.1.0",
"path-exists": "3.0.0",
"load-json-file": "2.0.0",
"lodash.escape": "3.2.0",
"lodash.keys": "3.1.2",
"lodash.templatesettings": "3.1.1",
"async": "2.5.0",
"mute-stream": "0.0.5",
"readline2": "0.1.1",
"d": "0.1.1",
"es6-iterator": "2.0.1",
"es6-symbol": "3.1.1",
"es6-weak-map": "2.0.2",
"next-tick": "1.0.0",
"cli-width": "2.2.0",
"domelementtype": "1.3.0",
"commander": "2.11.0",
"doctrine": "2.0.0",
"acorn": "5.1.1",
"string-width": "2.1.1",
"is-fullwidth-code-point": "2.0.0",
"vinyl-fs": "2.4.4",
"is-glob": "3.1.0",
"is-extglob": "2.1.1",
"glob-parent": "3.1.0",
"end-of-stream": "1.4.0",
"glob-stream": "5.3.5",
"ordered-read-streams": "0.3.0",
"unique-stream": "2.2.1"
}
}