Files
stf-DeviceFarmer/npm-shrinkwrap.json
Gunther Brunner 1eb6af0119 Replaced old jade with new pug.
Using temporarily npm-shrinkwrap since `template-html-loader` uses an old `consolidate.js` version which doesn't support `pug`.
Follow here: https://github.com/jtangelder/template-html-loader/issues/8
2016-08-05 18:24:30 +09:00

19 lines
519 B
JSON

{
"name": "stf",
"version": "2.0.1",
"dependencies": {
"template-html-loader": {
"version": "0.0.3",
"from": "template-html-loader@>=0.0.3 <0.0.4",
"resolved": "http://registry.npmjs.org/template-html-loader/-/template-html-loader-0.0.3.tgz",
"dependencies": {
"consolidate": {
"version": "0.14.1",
"from": "consolidate@>=0.14.0 <0.14.1",
"resolved": "https://registry.npmjs.org/consolidate/-/consolidate-0.14.1.tgz"
}
}
}
}
}